]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.api.acr/src/org/argeo/api/acr/search/Intersection.java
Improve ACR search and edition
[lgpl/argeo-commons.git] / org.argeo.api.acr / src / org / argeo / api / acr / search / Intersection.java
index 5fff2ae8868867f4a82fa95055bfe3363298b22b..44ca906056e7df060c15c71008614cda315008f7 100644 (file)
@@ -1,5 +1,7 @@
 package org.argeo.api.acr.search;
-class Intersection implements Composition {
+
+/** A composition which is the intersection of sets (AND). */
+public class Intersection implements Composition {
        ContentFilter<Intersection> filter;
 
        @SuppressWarnings("unchecked")
@@ -12,4 +14,3 @@ class Intersection implements Composition {
        }
 
 }
-