X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.enterprise%2Fsrc%2Forg%2Fargeo%2Fosgi%2Fuseradmin%2FAggregatingAuthorization.java;h=6729a2c2df1167fa873c18ebbc6e14cb356e59ae;hb=31d7eccd2b0effdadaaa5b6349e5b6b6ea753e3c;hp=b450b729e6129364e4bd8197253e8392e917455a;hpb=429d790d9f11eed27d7cfbb1da2d6d52f9bb82ed;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.enterprise/src/org/argeo/osgi/useradmin/AggregatingAuthorization.java b/org.argeo.enterprise/src/org/argeo/osgi/useradmin/AggregatingAuthorization.java index b450b729e..6729a2c2d 100644 --- a/org.argeo.enterprise/src/org/argeo/osgi/useradmin/AggregatingAuthorization.java +++ b/org.argeo.enterprise/src/org/argeo/osgi/useradmin/AggregatingAuthorization.java @@ -6,8 +6,6 @@ import java.util.Collection; import java.util.Collections; import java.util.List; -import javax.security.auth.x500.X500Principal; - import org.osgi.service.useradmin.Authorization; class AggregatingAuthorization implements Authorization {