Skip to content

Commit b9c77a8

Browse files
author
Jan Schraff
committed
reformatted Settings.java
1 parent 66384aa commit b9c77a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/de/doubleslash/keeptime/model/Settings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ public class Settings {
6767

6868
private boolean saveWindowPosition;
6969

70+
private boolean remindIfNotesAreEmpty;
71+
7072
public Settings() {
7173
}
7274

@@ -91,8 +93,6 @@ public Settings(final Color hoverBackgroundColor, final Color hoverFontColor, fi
9193

9294
}
9395

94-
private boolean remindIfNotesAreEmpty;
95-
9696
public long getId() {
9797
return id;
9898
}

0 commit comments

Comments
 (0)