Browse Source

fixing codacy issue

rickard 3 years ago
parent
commit
1c3cf713d0

+ 3 - 6
jme3-scenecomposer/src/com/jme3/gde/scenecomposer/SceneComposerToolController.java

@@ -394,9 +394,8 @@ public class SceneComposerToolController extends SceneToolController {
     
     /**
      * Update the selected spatial with translation from user input
-     * 
+      
      * @param translation absolute translation
-     * 
      * @param constraints axes affected
      */
     public void updateSelectedTranslation(final Vector3f translation, 
@@ -420,9 +419,8 @@ public class SceneComposerToolController extends SceneToolController {
     
     /**
      * Update the selected spatial with rotation from user input
-     * 
+      
      * @param rotation absolute rotation
-     * 
      * @param constraints axes affected
      */
     public void updateSelectedRotation(final Quaternion rotation, 
@@ -450,9 +448,8 @@ public class SceneComposerToolController extends SceneToolController {
     
     /**
      * Update the selected spatial with scale from user input
-     * 
+      
      * @param scale absolute scale
-     * 
      * @param constraints axes affected 
      */
     public void updateSelectedScale(final Vector3f scale,