Author: jens
Date: Wed Jun 9 06:46:55 2010
New Revision: 952913
URL: http://svn.apache.org/viewvc?rev=952913&view=rev
Log:
fix another multivalue property in default type system not created as multi
value property
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/java/org/apache/chemistry/opencmis/inmemory/types/DefaultTypeSystemCreator.java
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/java/org/apache/chemistry/opencmis/inmemory/types/DefaultTypeSystemCreator.java
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/java/org/apache/chemistry/opencmis/inmemory/types/DefaultTypeSystemCreator.java?rev=952913&r1=952912&r2=952913&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/java/org/apache/chemistry/opencmis/inmemory/types/DefaultTypeSystemCreator.java
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/src/main/java/org/apache/chemistry/opencmis/inmemory/types/DefaultTypeSystemCreator.java
Wed Jun 9 06:46:55 2010
@@ -170,7 +170,7 @@ public class DefaultTypeSystemCreator im
PropertyIdDefinitionImpl prop5 =
PropertyCreationHelper.createIdDefinition("IdProp", "Sample Id Property");
propertyDefinitions.put(prop5.getId(), prop5);
- prop5 = PropertyCreationHelper.createIdDefinition("IdPropMV", "Sample
Id Html multi-value Property");
+ prop5 = PropertyCreationHelper.createIdMultiDefinition("IdPropMV",
"Sample Id Html multi-value Property");
propertyDefinitions.put(prop5.getId(), prop5);
PropertyIntegerDefinitionImpl prop6 =
PropertyCreationHelper.createIntegerDefinition("IntProp",