Bump MRI upstreams
[aaa.git] / aaa-shiro / impl / src / main / java / org / opendaylight / aaa / shiro / idm / OSGIIdmLightProxy.java
index e613430259091956e41e60a3c36b2032927551ca..beec52e2929dfaf7af1591d8d8d4b11921ed418f 100644 (file)
@@ -26,8 +26,8 @@ import org.osgi.service.component.annotations.Deactivate;
 import org.osgi.service.component.annotations.Reference;
 
 @Beta
-@Component(immediate = true, service = {CredentialAuth.class, PasswordCredentialAuth.class, IdMService.class,
-        ClaimCache.class}, property = "type=default")
+@Component(immediate = true, property = "type=default",
+           service = { CredentialAuth.class, PasswordCredentialAuth.class, IdMService.class, ClaimCache.class })
 public class OSGIIdmLightProxy extends ForwardingObject implements PasswordCredentialAuth, IdMService, ClaimCache {
 
     @Reference