comparison flys-client/src/main/java/de/intevation/flys/client/server/LoadArtifactServiceImpl.java @ 2905:51ed89b754ae

FLYS client: Removed trailing whitespace. flys-client/trunk@4671 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:35:37 +0000
parents 4a6814be92ba
children
comparison
equal deleted inserted replaced
2904:e740c43e6f5b 2905:51ed89b754ae
121 121
122 logger.debug("One will be cloned with : " + realFactory); 122 logger.debug("One will be cloned with : " + realFactory);
123 123
124 Artifact clone = ArtifactHelper.createArtifact( 124 Artifact clone = ArtifactHelper.createArtifact(
125 url, locale, realFactory, recom); 125 url, locale, realFactory, recom);
126 126
127 if (clone != null) { 127 if (clone != null) {
128 logger.debug("LoadArtifactServiceImple: Successfully " 128 logger.debug("LoadArtifactServiceImple: Successfully "
129 + "loaded Artifact Clone."); 129 + "loaded Artifact Clone.");
130 Collection c = CollectionHelper.addArtifact( 130 Collection c = CollectionHelper.addArtifact(
131 parent, clone, url, locale); 131 parent, clone, url, locale);
132 132
133 if (c != null) { 133 if (c != null) {
134 artifacts.add(clone); 134 artifacts.add(clone);
135 // Remember we cloned a recommendation like this. 135 // Remember we cloned a recommendation like this.
136 cloneMap.put(recom, clone); 136 cloneMap.put(recom, clone);
137 } 137 }

http://dive4elements.wald.intevation.org