Skip to content

Commit a9a18ef

Browse files
authored
TestDoppler: rename test -> app
1 parent fa4ed01 commit a9a18ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public class TestDoppler extends SimpleApplication {
5757
private BitmapText bmp;
5858

5959
public static void main(String[] args) {
60-
TestDoppler test = new TestDoppler();
61-
test.start();
60+
TestDoppler app = new TestDoppler();
61+
app.start();
6262
}
6363

6464
@Override

0 commit comments

Comments
 (0)