[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 |
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: > |