Author: fguillaume
Date: Thu Sep 24 11:55:29 2009
New Revision: 818453
URL: http://svn.apache.org/viewvc?rev=818453&view=rev
Log:
CMIS-53: load types properly in APPRepository#getTypes
Modified:
incubator/chemistry/branches/0.62/chemistry/chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/APPRepository.java
Modified:
incubator/chemistry/branches/0.62/chemistry/chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/APPRepository.java
URL:
http://svn.apache.org/viewvc/incubator/chemistry/branches/0.62/chemistry/chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/APPRepository.java?rev=818453&r1=818452&r2=818453&view=diff
==============================================================================
---
incubator/chemistry/branches/0.62/chemistry/chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/APPRepository.java
(original)
+++
incubator/chemistry/branches/0.62/chemistry/chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/APPRepository.java
Thu Sep 24 11:55:29 2009
@@ -118,6 +118,7 @@
}
public Collection<Type> getTypes(String typeId) {
+ loadTypes();
return typeManager.getTypes(typeId);
}