Fix some javadoc 8 errors in libs
This fixes the errors in the libraries that opsu uses that the new html linter in the Java 8 javadoc tool catches and classifies as error. Whether or not this should be merged or whether this should be fixed upstream first is for someone else to decide :P
This commit is contained in:
@@ -555,8 +555,8 @@ public abstract class GameContainer implements GUIContext {
|
||||
* bottom.
|
||||
*
|
||||
* @param ref The reference to the image to be loaded
|
||||
* @param x The x-coordinate of the cursor hotspot (left -> right)
|
||||
* @param y The y-coordinate of the cursor hotspot (bottom -> top)
|
||||
* @param x The x-coordinate of the cursor hotspot (left {@literal ->} right)
|
||||
* @param y The y-coordinate of the cursor hotspot (bottom {@literal ->} top)
|
||||
* @param width The x width of the cursor
|
||||
* @param height The y height of the cursor
|
||||
* @param cursorDelays image delays between changing frames in animation
|
||||
|
||||
Reference in New Issue
Block a user