Author: fmeschbe
Date: Mon Jan 19 03:37:35 2009
New Revision: 735666
URL: http://svn.apache.org/viewvc?rev=735666&view=rev
Log:
JavaDoc clarification with respect to configuration values
Modified:
incubator/sling/trunk/servlets/post/src/main/java/org/apache/sling/servlets/post/SlingPostOperation.java
Modified:
incubator/sling/trunk/servlets/post/src/main/java/org/apache/sling/servlets/post/SlingPostOperation.java
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/servlets/post/src/main/java/org/apache/sling/servlets/post/SlingPostOperation.java?rev=735666&r1=735665&r2=735666&view=diff
==============================================================================
---
incubator/sling/trunk/servlets/post/src/main/java/org/apache/sling/servlets/post/SlingPostOperation.java
(original)
+++
incubator/sling/trunk/servlets/post/src/main/java/org/apache/sling/servlets/post/SlingPostOperation.java
Mon Jan 19 03:37:35 2009
@@ -50,7 +50,7 @@
* The name of the service registration property indicating the name(s) of
* the operation provided by the operation implementation (value is
* "sling.post.operation"). The value of this service property must be a
- * single String or an array or <code>java.util.Vector</code> of Strings.
+ * single String or an array or <code>java.util.Collection</code> of
Strings.
* If multiple strings are defined, the service is registered for all
* operation names.
*/