Author: davidb
Date: Tue Oct 18 13:45:12 2016
New Revision: 1765442

URL: http://svn.apache.org/viewvc?rev=1765442&view=rev
Log:
Small Javadoc edit.

Modified:
    
felix/trunk/converter/converter/src/main/java/org/osgi/util/converter/Converting.java

Modified: 
felix/trunk/converter/converter/src/main/java/org/osgi/util/converter/Converting.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/converter/converter/src/main/java/org/osgi/util/converter/Converting.java?rev=1765442&r1=1765441&r2=1765442&view=diff
==============================================================================
--- 
felix/trunk/converter/converter/src/main/java/org/osgi/util/converter/Converting.java
 (original)
+++ 
felix/trunk/converter/converter/src/main/java/org/osgi/util/converter/Converting.java
 Tue Oct 18 13:45:12 2016
@@ -52,7 +52,7 @@ public interface Converting {
        Converting defaultValue(Object defVal);
 
        /**
-        * Specify the type to view the conversion target as. Can be used to 
force
+        * Specify the target type to view the conversion target as. Can be 
used to force
         * the converter to treat the target, specified in the {@link 
#to(Class)} method
         * to be viewed as the type specified here.
         * If specified, the class specified by the {@link #to(Class)} method 
will need to be


Reply via email to