Refactor Preferences to ORPreferences
This commit is contained in:
parent
bb9e17d0b4
commit
8bf63fff0c
@ -35,7 +35,7 @@ import info.openrocket.core.util.MathUtil;
|
||||
import info.openrocket.core.util.StateChangeListener;
|
||||
import info.openrocket.core.util.UniqueID;
|
||||
|
||||
public abstract class ApplicationPreferences implements ChangeSource, Preferences {
|
||||
public abstract class ApplicationPreferences implements ChangeSource, ORPreferences {
|
||||
private static final String SPLIT_CHARACTER = "|";
|
||||
|
||||
/*
|
||||
|
@ -1,6 +1,6 @@
|
||||
package info.openrocket.core.preferences;
|
||||
|
||||
public interface Preferences {
|
||||
public interface ORPreferences {
|
||||
boolean getBoolean(String key, boolean defaultValue);
|
||||
|
||||
void putBoolean(String key, boolean value);
|
Loading…
x
Reference in New Issue
Block a user