Skip to content

Commit c206525

Browse files
committed
Fix bad javadoc
1 parent 5f47306 commit c206525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/cake/azimuth/behaviour/SuperBlockEntityBehaviour.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public <T extends SuperBlockEntityBehaviour> T getSameBehaviour(final BlockEntit
238238
* <pre>
239239
* if (controllerOffset != null && getLevel() != null) {
240240
* final BlockPos controllerPos = getPos().offset(controllerOffset);
241-
* this.<CogwheelChainComponentBehaviour>getComplementaryBehaviourOptional(controllerPos)
241+
* this.&lt;CogwheelChainComponentBehaviour&gt;getComplementaryBehaviourOptional(controllerPos)
242242
* .ifPresent(controller -> controller.chainsToRefund = 0);
243243
* }
244244
* </pre>

0 commit comments

Comments
 (0)