You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2011/05/09 21:13:26 UTC

svn commit: r1101153 - /chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/ObjectFactoryImpl.java

Author: fmui
Date: Mon May  9 19:13:26 2011
New Revision: 1101153

URL: http://svn.apache.org/viewvc?rev=1101153&view=rev
Log:
fixed typo in exception message

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/ObjectFactoryImpl.java

Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/ObjectFactoryImpl.java
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/ObjectFactoryImpl.java?rev=1101153&r1=1101152&r2=1101153&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/ObjectFactoryImpl.java (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/src/main/java/org/apache/chemistry/opencmis/client/runtime/repository/ObjectFactoryImpl.java Mon May  9 19:13:26 2011
@@ -308,7 +308,7 @@ public class ObjectFactoryImpl implement
             // get the property definition
             PropertyDefinition<?> definition = type.getPropertyDefinitions().get(id);
             if (definition == null) {
-                throw new IllegalArgumentException("Property +'" + id + "' is not valid for this type!");
+                throw new IllegalArgumentException("Property '" + id + "' is not valid for this type!");
             }
 
             // check updatability