Skip to content

Commit 0c636aa

Browse files
authored
TestWav: rename test -> app
1 parent 654f26b commit 0c636aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public class TestWav extends SimpleApplication {
4545
private AudioNode audioSource;
4646

4747
public static void main(String[] args) {
48-
TestWav test = new TestWav();
49-
test.start();
48+
TestWav app = new TestWav();
49+
app.start();
5050
}
5151

5252
@Override

0 commit comments

Comments
 (0)