Skip to content

Commit 0db0d82

Browse files
committed
Fix Javadoc Compilation Errors
1 parent 137c8b5 commit 0db0d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/volucris/bindings/box2d/joint/RevoluteJoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ public static float getUpperLimit(
482482
}
483483

484484
/**
485-
* Set the revolute joint limits in radians. It is expected that lower <= upper and that -0.99 * B2_PI <= lower && upper <= -0.99 * B2_PI.
485+
* Set the revolute joint limits in radians. It is expected that lower &lt;= upper and that -0.99 * B2_PI &lt;= lower &amp;&amp; upper &lt;= -0.99 * B2_PI.
486486
*/
487487
public static void setLimits(
488488
MemorySegment jointId,

0 commit comments

Comments
 (0)