Javadoc fixes.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2015-01-29 03:17:53 -05:00
parent f0858f657b
commit baba1540a5
5 changed files with 19 additions and 23 deletions

View File

@@ -348,8 +348,6 @@ public class Slider implements HitObject {
/**
* Calculates the slider hit result.
* @param time the hit object time (difference between track time)
* @param lastCircleHit true if the cursor was held within the last circle
* @return the hit result (GameData.HIT_* constants)
*/
private int hitResult() {