Update of /var/cvs/src/org/mmbase/util/xml
In directory james.mmbase.org:/tmp/cvs-serv30798

Modified Files:
        ApplicationReader.java UtilReader.java 
Log Message:
code conventions only


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util/xml


Index: ApplicationReader.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/xml/ApplicationReader.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- ApplicationReader.java      11 Feb 2007 19:21:12 -0000      1.4
+++ ApplicationReader.java      11 Jul 2008 14:50:46 -0000      1.5
@@ -18,7 +18,7 @@
  * @author Case Roole
  * @author Rico Jansen
  * @author Pierre van Rooden
- * @version $Id: ApplicationReader.java,v 1.4 2007/02/11 19:21:12 nklasens Exp 
$
+ * @version $Id: ApplicationReader.java,v 1.5 2008/07/11 14:50:46 michiel Exp $
  */
 public class ApplicationReader extends DocumentReader {
 
@@ -56,7 +56,7 @@
 
     public ApplicationReader(org.xml.sax.InputSource is) {
         super(is, ApplicationReader.class);
-        root=getElementByPath("application");
+        root = getElementByPath("application");
     }
 
     /**


Index: UtilReader.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/xml/UtilReader.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- UtilReader.java     19 Nov 2007 15:01:36 -0000      1.33
+++ UtilReader.java     11 Jul 2008 14:50:46 -0000      1.34
@@ -34,7 +34,7 @@
  * @since MMBase-1.6.4
  * @author Rob Vermeulen
  * @author Michiel Meeuwissen
- * @version $Id: UtilReader.java,v 1.33 2007/11/19 15:01:36 michiel Exp $
+ * @version $Id: UtilReader.java,v 1.34 2008/07/11 14:50:46 michiel Exp $
  */
 public class UtilReader {
 
@@ -204,7 +204,7 @@
                 DocumentReader reader = new DocumentReader(is, 
UtilReader.class);
                 Element e = reader.getElementByPath("util.properties");
                 if (e != null) {
-                    for (Element p : reader.getChildElements(e,"property")) {
+                    for (Element p : reader.getChildElements(e, "property")) {
                         String name = reader.getElementAttributeValue(p, 
"name");
                         String type = reader.getElementAttributeValue(p, 
"type");
                         if (type.equals("map")) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to