cziegeler 2003/09/30 05:42:18
Modified: src/java/org/apache/cocoon/components/treeprocessor
SimpleSelectorProcessingNode.java
Log:
Commit patch 23513 (although we have code freeze, but this really doesn't
hurt)
Revision Changes Path
1.2 +3 -3
cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/SimpleSelectorProcessingNode.java
Index: SimpleSelectorProcessingNode.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor/SimpleSelectorProcessingNode.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SimpleSelectorProcessingNode.java 9 Mar 2003 00:09:17 -0000 1.1
+++ SimpleSelectorProcessingNode.java 30 Sep 2003 12:42:18 -0000 1.2
@@ -78,7 +78,7 @@
}
/**
- * Tests is the component designated by this node using the selector and
component name
+ * Tests if the component designated by this node using the selector and
component name
* is <code>ThreadSafe</code>, and return it if true.
* <p>
* Note : this method must be called <i>after</i>
<code>setSelector()</code>.
@@ -88,7 +88,7 @@
}
/**
- * Tests is the component designated by this node using the selector and
component name
+ * Tests if the component designated by this node using the selector and
component name
* is <code>ThreadSafe</code>, and return it if true.
* <p>
* Note : this method must be called <i>after</i>
<code>setSelector()</code>.