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