diff --git a/src/itdelatrisu/opsu/MenuButton.java b/src/itdelatrisu/opsu/MenuButton.java index de04a0e3..60700cde 100644 --- a/src/itdelatrisu/opsu/MenuButton.java +++ b/src/itdelatrisu/opsu/MenuButton.java @@ -146,7 +146,7 @@ public class MenuButton { * Sets text to draw in the middle of the button. * @param text the text to draw * @param font the font to use when drawing - * @color the color to draw the text + * @param color the color to draw the text */ public void setText(String text, Font font, Color color) { this.text = text; diff --git a/src/itdelatrisu/opsu/beatmap/BeatmapSet.java b/src/itdelatrisu/opsu/beatmap/BeatmapSet.java index 256a41dd..8ba0693b 100644 --- a/src/itdelatrisu/opsu/beatmap/BeatmapSet.java +++ b/src/itdelatrisu/opsu/beatmap/BeatmapSet.java @@ -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 */