Mercurial > dive4elements > river
changeset 1013:73330e89b0af
Minor cosmetics, (comments).
flys-artifacts/trunk@2459 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 03 Aug 2011 11:20:07 +0000 |
parents | 388e709224ec |
children | 66473e72d321 |
files | flys-artifacts/ChangeLog flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java |
diffstat | 2 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Aug 03 08:25:28 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Aug 03 11:20:07 2011 +0000 @@ -1,3 +1,8 @@ +2011-08-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: + Cosmetics, let comments start with a capital and end on a full stop. + 2011-08-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/CollectionMonitor.java(extractOutputNames):
--- a/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java Wed Aug 03 08:25:28 2011 +0000 +++ b/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java Wed Aug 03 11:20:07 2011 +0000 @@ -43,11 +43,11 @@ */ public class FLYSArtifactCollection extends DefaultArtifactCollection { - /** The logger used in this class.*/ + /** The logger used in this class. */ private static Logger log = Logger.getLogger(FLYSArtifactCollection.class); - /** Constant XPath that points to the outputmodes of an artifact.*/ + /** Constant XPath that points to the outputmodes of an artifact. */ public static final String XPATH_ARTIFACT_OUTPUTMODES = "/art:result/art:outputmodes"; @@ -136,7 +136,7 @@ newAttr = mergeLoadedRecommendations(oldAttrs, newAttr); try { - // save the merged document into database + // Save the merged document into database. db.setCollectionAttribute(identifier(), context.getMeta(), doc); } catch (ArtifactDatabaseException adb) { @@ -204,7 +204,7 @@ if (generator == null) { log.error("There is no generator specified for output: " + name); - // TODO throw an exception. + // TODO Throw an exception. return; }