mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-18 01:13:34 +01:00
remove Unnecessary semicolons
This commit is contained in:
@@ -10,12 +10,12 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant
|
||||
public enum ScrollableSizeHint {
|
||||
NONE,
|
||||
FIT,
|
||||
STRETCH;
|
||||
STRETCH
|
||||
}
|
||||
|
||||
public enum IncrementType {
|
||||
PERCENT,
|
||||
PIXELS;
|
||||
PIXELS
|
||||
}
|
||||
|
||||
private ScrollableSizeHint scrollableHeight = ScrollableSizeHint.NONE;
|
||||
|
||||
Reference in New Issue
Block a user