comparison artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java @ 233:16cd059945e5

Removed trailing whitespace. artifacts/trunk@1638 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 03 Apr 2011 10:45:48 +0000
parents fbd57d2eeaef
children a8a06bbe306c
comparison
equal deleted inserted replaced
232:202b6ae2fcad 233:16cd059945e5
57 * expose them via REST. The concrete persistent representation of the 57 * expose them via REST. The concrete persistent representation of the
58 * artifacts is handled by the {@link Backend backend}. 58 * artifacts is handled by the {@link Backend backend}.
59 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a> 59 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>
60 */ 60 */
61 public class ArtifactDatabaseImpl 61 public class ArtifactDatabaseImpl
62 implements ArtifactDatabase, 62 implements ArtifactDatabase,
63 DatabaseCleaner.LockedIdsProvider, 63 DatabaseCleaner.LockedIdsProvider,
64 Backend.FactoryLookup 64 Backend.FactoryLookup
65 { 65 {
66 private static Logger logger = 66 private static Logger logger =
67 Logger.getLogger(ArtifactDatabaseImpl.class); 67 Logger.getLogger(ArtifactDatabaseImpl.class);

http://dive4elements.wald.intevation.org