mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
small fix for javadoc
This commit is contained in:
@@ -337,16 +337,10 @@ public class FModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
<<<<<<< HEAD
|
|
||||||
* TODO: Needs to be reworked for efficiency with rest of prefs saves in codebase.
|
|
||||||
*
|
|
||||||
* @return a boolean.
|
|
||||||
=======
|
|
||||||
* TODO: Needs to be reworked for efficiency with rest of prefs saves in
|
* TODO: Needs to be reworked for efficiency with rest of prefs saves in
|
||||||
* codebase.
|
* codebase.
|
||||||
*
|
*
|
||||||
* @return true, if successful
|
* @return true, if successful
|
||||||
>>>>>>> Update Maven plugins. Checkstyle
|
|
||||||
*/
|
*/
|
||||||
public final boolean savePrefs() {
|
public final boolean savePrefs() {
|
||||||
final ForgePreferences fp = this.preferences;
|
final ForgePreferences fp = this.preferences;
|
||||||
@@ -396,16 +390,10 @@ public class FModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
<<<<<<< HEAD
|
|
||||||
* TODO: Needs to be reworked for efficiency with rest of prefs loads in codebase.
|
|
||||||
*
|
|
||||||
* @return a boolean.
|
|
||||||
=======
|
|
||||||
* TODO: Needs to be reworked for efficiency with rest of prefs loads in
|
* TODO: Needs to be reworked for efficiency with rest of prefs loads in
|
||||||
* codebase.
|
* codebase.
|
||||||
*
|
*
|
||||||
* @return true, if successful
|
* @return true, if successful
|
||||||
>>>>>>> Update Maven plugins. Checkstyle
|
|
||||||
*/
|
*/
|
||||||
public final boolean loadPrefs() {
|
public final boolean loadPrefs() {
|
||||||
final ForgePreferences fp = Singletons.getModel().getPreferences();
|
final ForgePreferences fp = Singletons.getModel().getPreferences();
|
||||||
|
|||||||
Reference in New Issue
Block a user