Fix JavaDoc

This commit is contained in:
tastybento 2023-01-16 15:07:00 -08:00
parent fba73948c6
commit dc9d460e1e
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class IslandLevels implements DataObject {
}
/**
* @return the pointsToNextLevel
* @return the totalPoints
*/
public long getTotalPoints() {
return totalPoints;