summaryrefslogtreecommitdiff
path: root/gnu/java/util/prefs/GConfBasedFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/java/util/prefs/GConfBasedFactory.java')
-rw-r--r--gnu/java/util/prefs/GConfBasedFactory.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/java/util/prefs/GConfBasedFactory.java b/gnu/java/util/prefs/GConfBasedFactory.java
index ae734b609..f5a189471 100644
--- a/gnu/java/util/prefs/GConfBasedFactory.java
+++ b/gnu/java/util/prefs/GConfBasedFactory.java
@@ -43,7 +43,7 @@ import java.util.prefs.PreferencesFactory;
/**
* Factory object that generates a Preferences nodes that are read from a GConf
* daemon.
- *
+ *
* @author Mario Torre <neugens@limasoftware.net>
*/
public class GConfBasedFactory implements PreferencesFactory
@@ -58,7 +58,7 @@ public class GConfBasedFactory implements PreferencesFactory
/**
* Returns the system root preference node.
- *
+ *
* @see java.util.prefs.PreferencesFactory#systemRoot()
*/
public Preferences systemRoot()
@@ -68,7 +68,7 @@ public class GConfBasedFactory implements PreferencesFactory
/**
* Returns the user root preference node corresponding to the calling user.
- *
+ *
* @see java.util.prefs.PreferencesFactory#userRoot()
*/
public Preferences userRoot()