- make AppSettings final
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7999 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
19191a1598
commit
ac8a9dc0ce
@ -51,7 +51,7 @@ import java.util.prefs.Preferences;
|
||||
*
|
||||
* @author Kirill Vainer
|
||||
*/
|
||||
public class AppSettings extends HashMap<String, Object> {
|
||||
public final class AppSettings extends HashMap<String, Object> {
|
||||
|
||||
private static final AppSettings defaults = new AppSettings(false);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user