]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/src/org/simantics/plant3d/scenegraph/InlineComponent.java
White space clean-up
[simantics/3d.git] / org.simantics.plant3d / src / org / simantics / plant3d / scenegraph / InlineComponent.java
index 1fd83da110d3f36bf8739db214d325444d8e74e9..f01e6c585b36cd96ab75a5ff58baf43adc7d55da 100644 (file)
@@ -52,7 +52,7 @@ public class InlineComponent extends PipelineComponent {
        }
        
        public boolean isSizeChange() {
-           return controlPoint.isSizeChange();
+               return controlPoint.isSizeChange();
        }
        
        @RelatedGetValue(Plant3D.URIs.HasRotationAngle)
@@ -91,9 +91,7 @@ public class InlineComponent extends PipelineComponent {
        public Boolean isReversed() {
                if (!controlPoint.isReverse())
                        return null;
-               Boolean d = controlPoint.getReversed();
-               if (d == null)
-                       return false;
+               Boolean d = controlPoint._getReversed();
                return d;
        }
        @RelatedSetValue(Plant3D.URIs.IsReversed)