> @@ -16,9 +16,7 @@ > */ > package org.jclouds.oauth.v2.config; > > -import static > org.jclouds.oauth.v2.config.CredentialType.BEARER_TOKEN_CREDENTIALS; > -import static > org.jclouds.oauth.v2.config.CredentialType.CLIENT_CREDENTIALS_SECRET; > -import static > org.jclouds.oauth.v2.config.CredentialType.P12_PRIVATE_KEY_CREDENTIALS; > +import static org.jclouds.oauth.v2.config.CredentialType.*;
[style] Avoid wildcard imports. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/952/files/d4668db228287c7620b0f7c3a37291dc7d61be47#r63672391
