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:
@@ -935,7 +935,7 @@ public class Image implements Renderable {
|
||||
|
||||
/**
|
||||
* Set the angle to rotate this image to. The angle will be normalized to
|
||||
* be 0 <= angle < 360. The image will be rotated around its center.
|
||||
* be {@literal 0 <= angle < 360}. The image will be rotated around its center.
|
||||
*
|
||||
* @param angle The angle to be set
|
||||
*/
|
||||
@@ -973,7 +973,7 @@ public class Image implements Renderable {
|
||||
|
||||
/**
|
||||
* Add the angle provided to the current rotation. The angle will be normalized to
|
||||
* be 0 <= angle < 360. The image will be rotated around its center.
|
||||
* be {@literal 0 <= angle < 360}. The image will be rotated around its center.
|
||||
*
|
||||
* @param angle The angle to add.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user