Explorar el Código

TestDoppler: rename test -> app

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

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

@@ -57,8 +57,8 @@ public class TestDoppler extends SimpleApplication {
     private BitmapText bmp;
 
     public static void main(String[] args) {
-        TestDoppler test = new TestDoppler();
-        test.start();
+        TestDoppler app = new TestDoppler();
+        app.start();
     }
 
     @Override