Fix some javadoc 8 errors
This fixes the errors in the opsu src that the new html linter in the Java 8 javadoc tool catches and classifies as error (unless the linter is explicitly disabled)
This commit is contained in:
@@ -139,7 +139,7 @@ public class BeatmapSet {
|
||||
/**
|
||||
* Checks whether the beatmap set matches a given condition.
|
||||
* @param type the condition type (ar, cs, od, hp, bpm, length)
|
||||
* @param operator the operator (=/==, >, >=, <, <=)
|
||||
* @param operator the operator {@literal (=/==, >, >=, <, <=)}
|
||||
* @param value the value
|
||||
* @return true if the condition is met
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user