You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2005/09/21 18:42:20 UTC

svn commit: r290781 - /incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/persistence/atomictypeconverter/AtomicTypeConverter.java

Author: clombart
Date: Wed Sep 21 11:41:51 2005
New Revision: 290781

URL: http://svn.apache.org/viewcvs?rev=290781&view=rev
Log:
Small fix in the javadoc

Modified:
    incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/persistence/atomictypeconverter/AtomicTypeConverter.java

Modified: incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/persistence/atomictypeconverter/AtomicTypeConverter.java
URL: http://svn.apache.org/viewcvs/incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/persistence/atomictypeconverter/AtomicTypeConverter.java?rev=290781&r1=290780&r2=290781&view=diff
==============================================================================
--- incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/persistence/atomictypeconverter/AtomicTypeConverter.java (original)
+++ incubator/graffito/trunk/jcr-mapping/src/java/org/apache/portals/graffito/jcr/persistence/atomictypeconverter/AtomicTypeConverter.java Wed Sep 21 11:41:51 2005
@@ -28,7 +28,7 @@
  * as flyweights. They not only avoid overhead of instance creation but especially
  * unnecessary conversions. They should be reused in the application domain
  * model as much as possible. 
- * These additional types can be registered with the AtomicTypeConverterFactory.
+ * These additional types can be registered with the MapperFactory.
  * 
  * The returning objects of the java read methods as defined in the mapping model
  * are converted with the getJcrValueFromJavaObject method to JCR-Values and stored