Käyttämättömän koodin siivous

Signed-off-by: laurimaaninka <lauri.maaninka@gmail.com>
This commit is contained in:
2026-04-13 00:46:52 +03:00
parent 26ee29a725
commit 0b97d92ee1
9 changed files with 8 additions and 95 deletions
@@ -11,14 +11,4 @@ public class IntegerSpinner extends Spinner<Integer> {
super(new SpinnerValueFactory.IntegerSpinnerValueFactory(0, 50));
this.setEditable(true);
}
/**
*
* @param min _
* @param max _
*/
public IntegerSpinner(int min, int max) {
super(new SpinnerValueFactory.IntegerSpinnerValueFactory(min, max));
this.setEditable(true);
}
}