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";