cmlenz 2003/06/10 06:53:54
Modified: integration/ant/src/java/org/apache/cactus/integration/ant/deployment
WebXmlTag.java WebXml.java
Log:
Thanks Checkstyle
Revision Changes Path
1.6 +3 -3
jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/deployment/WebXmlTag.java
Index: WebXmlTag.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/deployment/WebXmlTag.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- WebXmlTag.java 10 Jun 2003 13:41:53 -0000 1.5
+++ WebXmlTag.java 10 Jun 2003 13:53:53 -0000 1.6
@@ -259,13 +259,13 @@
/**
* Element name 'auth-method'.
*/
- public static WebXmlTag AUTH_METHOD =
+ public static final WebXmlTag AUTH_METHOD =
new WebXmlTag("auth-method");
/**
* Element name 'realm-name'.
*/
- public static WebXmlTag REALM_NAME =
+ public static final WebXmlTag REALM_NAME =
new WebXmlTag("realm-name");
/**
1.7 +4 -4
jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/deployment/WebXml.java
Index: WebXml.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/deployment/WebXml.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- WebXml.java 10 Jun 2003 13:41:53 -0000 1.6
+++ WebXml.java 10 Jun 2003 13:53:54 -0000 1.7
@@ -835,10 +835,10 @@
}
/**
+ * Sets the login configuration.
*
- *
- * @param theRealmName
- * @param theAuthMethod
+ * @param theAuthMethod The authentication method (for example, BASIC)
+ * @param theRealmName The name of the realm
*/
public void setLoginConfig(String theAuthMethod, String theRealmName)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]