Skip to content

Commit 26bba16

Browse files
committed
AppChooser: comments
1 parent 5c67262 commit 26bba16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/src/main/java/jme3utilities/nifty/test/AppChooser.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,8 @@ public void run() {
244244
@Override
245245
public void simpleUpdate(float tpf) {
246246
super.simpleUpdate(tpf);
247-
/*
248-
* Update the status overlay.
249-
*/
247+
248+
// Update the status overlay.
250249
Button appNameButton = mainScreen.getButton("appName");
251250
Class<?> mainClass = mainClasses[chosenAppIndex];
252251
String appName = mainClass.getSimpleName();

0 commit comments

Comments
 (0)