diff options
Diffstat (limited to 'tools/gnu/classpath/tools/rmid/PersistentBidiHashTable.java')
-rw-r--r-- | tools/gnu/classpath/tools/rmid/PersistentBidiHashTable.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gnu/classpath/tools/rmid/PersistentBidiHashTable.java b/tools/gnu/classpath/tools/rmid/PersistentBidiHashTable.java index d213373d5..9d9849663 100644 --- a/tools/gnu/classpath/tools/rmid/PersistentBidiHashTable.java +++ b/tools/gnu/classpath/tools/rmid/PersistentBidiHashTable.java @@ -61,7 +61,7 @@ import java.util.TimerTask; * database change or at most after ALWAYS_UPDATE, if the database is updated * very frequently. To ensure that no information is lost, the shutdown method * must be called before exit. - * + * * @author Audrius Meskauskas (audriusa@bioinformatics.org) */ public class PersistentBidiHashTable extends BidiTable implements @@ -129,7 +129,7 @@ public class PersistentBidiHashTable extends BidiTable implements /** * Create a new persistent table that stores its information into the given * file. The ActivationSystemImpl.singleton2 must be assigned. - * + * * @param file * the file, where the table stores its information. * @param coldStart |