[Mulgara-svn] r541 - branches/nw-interface/src/jar/query/java/org/mulgara/query/operation

pag at mulgara.org pag at mulgara.org
Wed Nov 14 15:39:26 UTC 2007


Author: pag
Date: 2007-11-14 09:39:26 -0600 (Wed, 14 Nov 2007)
New Revision: 541

Modified:
   branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/SetUser.java
Log:
Changed message to maintain compatibility with old system

Modified: branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/SetUser.java
===================================================================
--- branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/SetUser.java	2007-11-14 13:41:20 UTC (rev 540)
+++ branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/SetUser.java	2007-11-14 15:39:26 UTC (rev 541)
@@ -27,7 +27,7 @@
  */
 public class SetUser extends LocalCommand {
   
-  private static final String MESSAGE = "Set credentials for: ";
+  private static final String MESSAGE = "Credential presented";
 
   /** The user logging in. */
   private String user;
@@ -91,7 +91,7 @@
    * Does nothing at the client, except to indicate that a user record has been created
    */
   public Object execute(Connection conn) throws Exception {
-    return setResultMessage(MESSAGE + user);
+    return setResultMessage(MESSAGE);
   }
 
 }




More information about the Mulgara-svn mailing list