OSDN Git Service

2006-08-14 Mark Wielaard <mark@klomp.org>
[pf3gnuchains/gcc-fork.git] / libjava / classpath / gnu / javax / crypto / sasl / crammd5 / CramMD5Registry.java
index 1c61cac..bbd46a3 100644 (file)
@@ -45,22 +45,16 @@ public interface CramMD5Registry
 {
   /** Name of the password file (used by the server) property. */
   String PASSWORD_FILE = "gnu.crypto.sasl.crammd5.password.file";
-
   /** Default password file (used by the server) pathname. */
   String DEFAULT_PASSWORD_FILE = "/etc/passwd";
-
   /** Name of the UID field in the plain password file. */
   String UID_FIELD = "crammd5.uid";
-
   /** Name of the GID field in the plain password file. */
   String GID_FIELD = "crammd5.gid";
-
   /** Name of the GECOS field in the plain password file. */
   String GECOS_FIELD = "crammd5.gecos";
-
   /** Name of the DIR field in the plain password file. */
   String DIR_FIELD = "crammd5.dir";
-
   /** Name of the SHELL field in the plain password file. */
   String SHELL_FIELD = "crammd5.shell";
-}
\ No newline at end of file
+}