[SPIGOT-2576] Javadoc in Beacon class method breaks Java 8 javadoc compilation Created: 05/Aug/16  Updated: 05/Aug/16  Resolved: 05/Aug/16

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: DevCybran Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Environment:

Windows 7 x64
Spigot --rev 1.10.2



 Description   

A simple 'greater than' symbol (>) in the javadoc of Bukkit method Beacon.setSecondaryEffect (org.bukkit.block.Beacon.setSecondaryEffect) breaks compilation with Java 8, when having --generate-docs passed to the BuildTool. This is due to a more strict javadoc syntax verification compared to the Java 7 javadoc compiler.

The solution is simple: Replace > by > (the HTML character entity code equivalent) in Beacon.java, line 57.



 Comments   
Comment by DevCybran [ 05/Aug/16 ]

Jira replaced the HTML code with the actual character, sorry. I was meant to write:

>
Generated at Tue Apr 15 11:10:25 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.