You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2005/10/20 19:00:56 UTC

svn commit: r326975 - /incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/query/Filter.java

Author: clombart
Date: Thu Oct 20 12:00:52 2005
New Revision: 326975

URL: http://svn.apache.org/viewcvs?rev=326975&view=rev
Log:
small javadoc fix

Modified:
    incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/query/Filter.java

Modified: incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/query/Filter.java
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/query/Filter.java?rev=326975&r1=326974&r2=326975&view=diff
==============================================================================
--- incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/query/Filter.java (original)
+++ incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/query/Filter.java Thu Oct 20 12:00:52 2005
@@ -54,7 +54,7 @@
      * Search content based on a fullTextSearch. 
      * Depending on the full text search engine, you can also filter on properties.
      * 
-     * @scope either a a jcr node or propserty. If a node is used, all properties of this node are searche (following the internal index
+     * @param scope either a a jcr node or propserty. If a node is used, all properties of this node are searche (following the internal index
      * @param fullTextSearch The full text search string  
      */
     public void addContains(String scope, String fullTextSearch) throws IncorrectAtomicTypeException;