small fix for javadoc

This commit is contained in:
jendave
2012-02-17 17:41:34 +00:00
parent 74eb192b53
commit b878693211

View File

@@ -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
* codebase.
*
* @return true, if successful
>>>>>>> Update Maven plugins. Checkstyle
*/
public final boolean savePrefs() {
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
* codebase.
*
* @return true, if successful
>>>>>>> Update Maven plugins. Checkstyle
*/
public final boolean loadPrefs() {
final ForgePreferences fp = Singletons.getModel().getPreferences();