/[Apache-SVN]/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Rule.java
ViewVC logotype

Diff of /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Rule.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Rule.java	2005/06/03 03:56:41	179715
+++ jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Rule.java	2005/06/03 04:06:00	179716
@@ -126,7 +126,7 @@ public abstract class Rule {
      */
     public void begin(Attributes attributes) throws Exception {
 
-        ;	// The default implementation does nothing
+        ;  // The default implementation does nothing
 
     }
 
@@ -166,7 +166,7 @@ public abstract class Rule {
      */
     public void body(String text) throws Exception {
 
-        ;	// The default implementation does nothing
+        ;  // The default implementation does nothing
 
     }
 
@@ -205,7 +205,7 @@ public abstract class Rule {
      */
     public void end() throws Exception {
 
-        ;	// The default implementation does nothing
+        ;  // The default implementation does nothing
 
     }
 
@@ -238,7 +238,7 @@ public abstract class Rule {
      */
     public void finish() throws Exception {
 
-        ;	// The default implementation does nothing
+        ;  // The default implementation does nothing
 
     }
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26