Improve documentation.
[lgpl/argeo-commons.git] / org.argeo.api.acr / src / org / argeo / api / acr / search / Intersection.java
index 5fff2ae8868867f4a82fa95055bfe3363298b22b..9ce7632041db410e5216a4e757d4b49f9060b298 100644 (file)
@@ -1,4 +1,6 @@
 package org.argeo.api.acr.search;
+
+/** A composition which is the intersection of sets (AND). */
 class Intersection implements Composition {
        ContentFilter<Intersection> filter;
 
@@ -12,4 +14,3 @@ class Intersection implements Composition {
        }
 
 }
-