diff --git a/cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/datasources/properties/VelocityVectorProperty.java b/cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/datasources/properties/VelocityVectorProperty.java index 7bed8be19eb445cf208f64cd39966f68f0a6622f..00278936390d57c2131ab6892d3ddc1b27cf4c5e 100644 --- a/cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/datasources/properties/VelocityVectorProperty.java +++ b/cesiumjs4gwt-main/src/main/java/org/cesiumjs/cs/datasources/properties/VelocityVectorProperty.java @@ -40,7 +40,7 @@ public class VelocityVectorProperty extends Property { * Gets or sets the position property used to compute the velocity vector. */ @JsProperty - public Property position; + public Property position; /** * A {@link Property} which evaluates to a @@ -59,7 +59,7 @@ public class VelocityVectorProperty extends Property { * @param position The position property used to compute the velocity. */ @JsConstructor - public VelocityVectorProperty(Property position) { + public VelocityVectorProperty(Property position) { } /** @@ -71,6 +71,6 @@ public class VelocityVectorProperty extends Property { * @param normalize Whether to normalize the computed velocity vector. */ @JsConstructor - public VelocityVectorProperty(Property position, boolean normalize) { + public VelocityVectorProperty(Property position, boolean normalize) { } }