You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by je...@apache.org on 2011/01/25 10:28:44 UTC

svn commit: r1063180 - /incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CallContext.java

Author: jens
Date: Tue Jan 25 09:28:44 2011
New Revision: 1063180

URL: http://svn.apache.org/viewvc?rev=1063180&view=rev
Log:
Fix a typo

Modified:
    incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CallContext.java

Modified: incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CallContext.java
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CallContext.java?rev=1063180&r1=1063179&r2=1063180&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CallContext.java (original)
+++ incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/server/CallContext.java Tue Jan 25 09:28:44 2011
@@ -31,7 +31,7 @@ public interface CallContext {
     String BINDING_LOCAL = "local";
 
     String REPOSITORY_ID = "repositoryId";
-    String USERNAME = "useranme";
+    String USERNAME = "username";
     String PASSWORD = "password";
     String LOCALE = "locale";
     String OFFSET = "offset";