You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2014/01/14 03:40:59 UTC

svn commit: r1557910 - /juddi/trunk/juddi-core/src/main/java/org/apache/juddi/v3/auth/JUDDIAuthenticator.java

Author: kstam
Date: Tue Jan 14 02:40:59 2014
New Revision: 1557910

URL: http://svn.apache.org/r1557910
Log:
fixing javadoc

Modified:
    juddi/trunk/juddi-core/src/main/java/org/apache/juddi/v3/auth/JUDDIAuthenticator.java

Modified: juddi/trunk/juddi-core/src/main/java/org/apache/juddi/v3/auth/JUDDIAuthenticator.java
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/v3/auth/JUDDIAuthenticator.java?rev=1557910&r1=1557909&r2=1557910&view=diff
==============================================================================
--- juddi/trunk/juddi-core/src/main/java/org/apache/juddi/v3/auth/JUDDIAuthenticator.java (original)
+++ juddi/trunk/juddi-core/src/main/java/org/apache/juddi/v3/auth/JUDDIAuthenticator.java Tue Jan 14 02:40:59 2014
@@ -32,9 +32,9 @@ import org.apache.juddi.v3.error.ErrorMe
 import org.apache.juddi.v3.error.UnknownUserException;
 
 /**
- * This is the default implementation of jUDDI's Authenticator interface, which
- * if the user id has an associated publisher, and adds the publisher is this is not the
- * case. Please do NOT use this class in production.
+ * This is the default implementation of jUDDI's Authenticator interface.
+ * If the user id does not have an associated publisher, it adds the publisher.
+ * Please do NOT use this class in production.
  *
  * @author Steve Viens (sviens@apache.org)
  * @author <a href="mailto:kstam@apache.org">Kurt T Stam</a>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org