This is an automated email from the ASF dual-hosted git repository.
alexoree pushed a commit to branch feature/JUDDI-558
in repository https://gitbox.apache.org/repos/asf/juddi.git
The following commit(s) were added to refs/heads/feature/JUDDI-558 by this push:
new a6c360b NOJIRA code cleanup
a6c360b is described below
commit a6c360b56fc166c41fbf7b8f650f8b273415b7c1
Author: Alex O'Ree <[email protected]>
AuthorDate: Thu Jun 20 22:00:36 2019 -0400
NOJIRA code cleanup
---
.../src/main/java/org/apache/juddi/v3/auth/AuthenticatorFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/juddi-core/src/main/java/org/apache/juddi/v3/auth/AuthenticatorFactory.java
b/juddi-core/src/main/java/org/apache/juddi/v3/auth/AuthenticatorFactory.java
index c7637f8..8282145 100644
---
a/juddi-core/src/main/java/org/apache/juddi/v3/auth/AuthenticatorFactory.java
+++
b/juddi-core/src/main/java/org/apache/juddi/v3/auth/AuthenticatorFactory.java
@@ -30,7 +30,7 @@ import org.apache.juddi.config.Property;
* @author <a href="mailto:[email protected]">Jeff Faath</a>
*/
public class AuthenticatorFactory {
- private static Log log = LogFactory.getLog(AuthenticatorFactory.class);
+ private static final Log log =
LogFactory.getLog(AuthenticatorFactory.class);
// Default authenticator implementation
private static final String DEFAULT_IMPL =
"org.apache.juddi.v3.auth.JUDDIAuthenticator";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]