comparison artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java @ 394:c40729bfe06d

Removed trailing whitespace. artifacts/trunk@4764 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 23 Jun 2012 08:20:02 +0000
parents 9798e4d83681
children b77465617071
comparison
equal deleted inserted replaced
393:b7831cefbb62 394:c40729bfe06d
1865 callContextListener.close(cc); 1865 callContextListener.close(cc);
1866 } 1866 }
1867 } 1867 }
1868 1868
1869 @Override 1869 @Override
1870 public void loadAllArtifacts(ArtifactLoadedCallback callback) 1870 public void loadAllArtifacts(ArtifactLoadedCallback callback)
1871 throws ArtifactDatabaseException 1871 throws ArtifactDatabaseException
1872 { 1872 {
1873 logger.debug("loadAllArtifacts"); 1873 logger.debug("loadAllArtifacts");
1874 boolean success = backend.loadAllArtifacts(callback); 1874 boolean success = backend.loadAllArtifacts(callback);
1875 if (!success) { 1875 if (!success) {

http://dive4elements.wald.intevation.org