Merge branch 'javadoc8' of https://github.com/Bigpet/opsu into Bigpet-javadoc8

This commit is contained in:
Jeffrey Han
2015-06-13 02:04:16 -05:00
6 changed files with 8 additions and 8 deletions

View File

@@ -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
*/