comparison artifact-database/src/main/java/de/intevation/artifactdatabase/DatabaseCleaner.java @ 91:730ff077a58c

More javadoc, some code formatting. artifacts/trunk@847 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 28 Mar 2010 10:01:03 +0000
parents 68285f7bc476
children e27cf9c84eb8
comparison
equal deleted inserted replaced
90:68285f7bc476 91:730ff077a58c
114 public DatabaseCleaner() { 114 public DatabaseCleaner() {
115 } 115 }
116 116
117 /** 117 /**
118 * Constructor to create a cleaner with a given global context 118 * Constructor to create a cleaner with a given global context
119 * and an given reviver. 119 * and a given reviver.
120 * @param context The global context of the artifact database 120 * @param context The global context of the artifact database
121 * @param reviver The reviver to awake artifact one last time. 121 * @param reviver The reviver to awake artifact one last time.
122 */ 122 */
123 public DatabaseCleaner(Object context, ArtifactReviver reviver) { 123 public DatabaseCleaner(Object context, ArtifactReviver reviver) {
124 setDaemon(true); 124 setDaemon(true);

http://dive4elements.wald.intevation.org