cziegeler 02/01/07 04:39:15
Modified: src/java/org/apache/cocoon/components/store
FilesystemQueueImpl.java
src/java/org/apache/cocoon/matching PreparableMatcher.java
src/java/org/apache/cocoon/selection
NamedPatternsSelector.java
Log:
Fixing javadocs
Revision Changes Path
1.2 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/store/FilesystemQueueImpl.java
Index: FilesystemQueueImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/store/FilesystemQueueImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FilesystemQueueImpl.java 3 Jan 2002 12:31:14 -0000 1.1
+++ FilesystemQueueImpl.java 7 Jan 2002 12:39:14 -0000 1.2
@@ -105,7 +105,7 @@
* <UL>
* <LI>handlerinterval = Interval of the Queue Handler Thread</LI>
* <LI>threadpriority = Priority of the Queue Handler Thread</LI>
- * >LI>maxobjects = Defines the max. numbers of Objects in the queue</LI>
+ * <LI>maxobjects = Defines the max. numbers of Objects in the queue</LI>
* </UL>
*/
public void configure(Configuration conf) throws ConfigurationException {
1.2 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/matching/PreparableMatcher.java
Index: PreparableMatcher.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/matching/PreparableMatcher.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PreparableMatcher.java 3 Jan 2002 12:31:17 -0000 1.1
+++ PreparableMatcher.java 7 Jan 2002 12:39:14 -0000 1.2
@@ -20,7 +20,7 @@
* or to match with a request-time evaluated pattern (for {..} substitution).
*
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/01/03 12:31:17 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/01/07 12:39:14 $
*/
public interface PreparableMatcher extends Matcher {
@@ -40,7 +40,7 @@
/**
* Matches the prepared pattern against some values in the object model (most
often the
- * <code>Request</code) and returns a <code>Map</code> object with replacements
+ * <code>Request</code>) and returns a <code>Map</code> object with replacements
* for wildcards contained in the pattern.
*
* @param preparedPattern The preparedPattern to match against, as returned by
{@link #preparePattern(String)}.
1.2 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/selection/NamedPatternsSelector.java
Index: NamedPatternsSelector.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/selection/NamedPatternsSelector.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NamedPatternsSelector.java 3 Jan 2002 12:31:19 -0000 1.1
+++ NamedPatternsSelector.java 7 Jan 2002 12:39:15 -0000 1.2
@@ -26,7 +26,7 @@
* @see BrowserSelector
* @see HostSelector
* @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a>
- * @version CVS $Revision: 1.1 $ $Date: 2002/01/03 12:31:19 $
+ * @version CVS $Revision: 1.2 $ $Date: 2002/01/07 12:39:15 $
*/
public abstract class NamedPatternsSelector extends AbstractLoggable
@@ -45,7 +45,7 @@
* <confName nameAttr="expression" valueAttr="pattern"/>
* ... others (expression, pattern) associations ...
* </map:selector>
- * </pre>
+ * </pre>
*
* @param conf the configuration
* @param confName the name of children of <code>conf</code> that will be used
to
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]