소스 검색

TestWalkingChar: convert dangling javadoc to comment

Stephen Gold 3 년 전
부모
커밋
764d8b8610
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");