Преглед изворни кода

TestWalkingChar: convert dangling javadoc to comment

Stephen Gold пре 3 година
родитељ
комит
658cc66d78
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jme3-examples/src/main/java/jme3test/bullet/TestWalkingChar.java

+ 1 - 1
jme3-examples/src/main/java/jme3test/bullet/TestWalkingChar.java

@@ -452,7 +452,7 @@ public class TestWalkingChar extends SimpleApplication
      * Callback to indicate that the "shootOnce" animation action has completed.
      */
     void onShootDone() {
-        /**
+        /*
          * Play the "stand" animation action on the shooting layer.
          */
         composer.setCurrentAction("stand", "shootingLayer");