Explorar el Código

TestWav: rename test -> app

Wyatt Gillette hace 4 meses
padre
commit
0c636aa9bd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      jme3-examples/src/main/java/jme3test/audio/TestWav.java

+ 2 - 2
jme3-examples/src/main/java/jme3test/audio/TestWav.java

@@ -45,8 +45,8 @@ public class TestWav extends SimpleApplication {
     private AudioNode audioSource;
 
     public static void main(String[] args) {
-        TestWav test = new TestWav();
-        test.start();
+        TestWav app = new TestWav();
+        app.start();
     }
 
     @Override