Remove public interface to set defaultPoints.

This will be set in the imported files.
This commit is contained in:
2026-02-27 14:30:11 +01:00
parent b7078f4e5d
commit ea5b262610

View File

@@ -9,8 +9,6 @@ public class PointEngine {
defaultPoints = 1.0;
}
public void setDefaultPoints(float defaultPoints) { this.defaultPoints = defaultPoints; }
public double getPointsOfDay(LocalDate date) {
return defaultPoints;
}