Author: aadamchik
Date: Thu Aug 17 11:24:52 2006
New Revision: 432322

URL: http://svn.apache.org/viewvc?rev=432322&view=rev
Log:
javadoc typo

Modified:
    
incubator/cayenne/main/trunk/core/cayenne-jdk1.4-core/src/main/java/org/apache/cayenne/query/InvalidateListCacheQuery.java

Modified: 
incubator/cayenne/main/trunk/core/cayenne-jdk1.4-core/src/main/java/org/apache/cayenne/query/InvalidateListCacheQuery.java
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jdk1.4-core/src/main/java/org/apache/cayenne/query/InvalidateListCacheQuery.java?rev=432322&r1=432321&r2=432322&view=diff
==============================================================================
--- 
incubator/cayenne/main/trunk/core/cayenne-jdk1.4-core/src/main/java/org/apache/cayenne/query/InvalidateListCacheQuery.java
 (original)
+++ 
incubator/cayenne/main/trunk/core/cayenne-jdk1.4-core/src/main/java/org/apache/cayenne/query/InvalidateListCacheQuery.java
 Thu Aug 17 11:24:52 2006
@@ -22,7 +22,7 @@
 import org.apache.cayenne.map.EntityResolver;
 
 /**
- * A Query that allows to clear list caches. Lists to invalidate are located 
by matching a
+ * A Query that allows to clear list caches. Lists to invalidate are located 
by matching
  * either a query name or an array of "groups" (one common "group key" is 
ObjEntity name).
  * 
  * @since 3.0


Reply via email to