[email protected] wrote:
> Author: adrianc
> Date: Tue Mar 16 06:45:23 2010
> New Revision: 923591
> 
> URL: http://svn.apache.org/viewvc?rev=923591&view=rev
> Log:
> Deleted orphaned JavaDoc comment.
> 
> Modified:
>     ofbiz/trunk/framework/base/src/org/ofbiz/base/conversion/Converters.java
> 
> Modified: 
> ofbiz/trunk/framework/base/src/org/ofbiz/base/conversion/Converters.java
> URL: 
> http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/conversion/Converters.java?rev=923591&r1=923590&r2=923591&view=diff
> ==============================================================================
> --- ofbiz/trunk/framework/base/src/org/ofbiz/base/conversion/Converters.java 
> (original)
> +++ ofbiz/trunk/framework/base/src/org/ofbiz/base/conversion/Converters.java 
> Tue Mar 16 06:45:23 2010
> @@ -36,11 +36,7 @@ public class Converters {
>      protected static final FastMap<String, Converter<?, ?>> converterMap = 
> FastMap.newInstance();
>      protected static final FastSet<ConverterCreator> creators = 
> FastSet.newInstance();
>      protected static final FastSet<String> noConversions = 
> FastSet.newInstance();
> -    /** Null converter used when the source and target java object
> -     * types are the same. The <code>convert</code> method returns the
> -     * source object.
> -     *
> -     */
> +
>      static {
>          converterMap.setShared(true);
>          registerCreator(new PassThruConverterCreator());

Oops, my bad, thanks.

Reply via email to