Author: tchemit Date: 2008-02-16 15:35:36 +0000 (Sat, 16 Feb 2008) New Revision: 1027 Modified: trunk/simexplorer-is/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/factories/ContentTypeFactory.java Log: changement du paquetage des implantations de ContentType Modified: trunk/simexplorer-is/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/factories/ContentTypeFactory.java =================================================================== --- trunk/simexplorer-is/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/factories/ContentTypeFactory.java 2008-02-16 15:18:55 UTC (rev 1026) +++ trunk/simexplorer-is/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/factories/ContentTypeFactory.java 2008-02-16 15:35:36 UTC (rev 1027) @@ -33,7 +33,7 @@ private static Map<String, ContentType> contentTypes = null; /** Constant defining where are implementations */ - private static final String PACKAGE_IMPLS = ContentTypeFactory.class.getPackage().getName(); + private static final String PACKAGE_IMPLS = ContentType.class.getPackage().getName(); /** * Retrieve a content type instance from the cache.
participants (1)
-
tchemit@users.labs.libre-entreprise.org