diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/datacage/templating/Builder.java @ 1029:3f3988bb6284

Picky Cosmetics. flys-artifacts/trunk@2489 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 11 Aug 2011 13:03:41 +0000
parents 5cb84ceee2a0
children 3ca999f507b7
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/datacage/templating/Builder.java	Thu Aug 11 12:48:31 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/datacage/templating/Builder.java	Thu Aug 11 13:03:41 2011 +0000
@@ -464,7 +464,7 @@
                         callMacro(parent, (Element)current);
                     }
                     else if ("macro".equals(localName)) {
-                        // simply ignore the definition.
+                        // Simply ignore the definition.
                     }
                     else if ("element".equals(localName)) {
                         element(parent, (Element)current);
@@ -529,7 +529,7 @@
                 throw new IllegalArgumentException("found empty statement");
             }
             CompiledStatement cs = new CompiledStatement(stmnt);
-            // for faster lookup store a shortend string into the template
+            // For faster lookup store a shortend string into the template.
             stmnt = "s" + i;
             stmntElement.setTextContent(stmnt);
             compiledStatements.put(stmnt, cs);

http://dive4elements.wald.intevation.org