You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2016/10/10 16:17:24 UTC

svn commit: r1764149 - /felix/trunk/converter/converter/src/main/java/org/osgi/converter/Function.java

Author: davidb
Date: Mon Oct 10 16:17:24 2016
New Revision: 1764149

URL: http://svn.apache.org/viewvc?rev=1764149&view=rev
Log:
Felix converter - fix typo

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

Modified: felix/trunk/converter/converter/src/main/java/org/osgi/converter/Function.java
URL: http://svn.apache.org/viewvc/felix/trunk/converter/converter/src/main/java/org/osgi/converter/Function.java?rev=1764149&r1=1764148&r2=1764149&view=diff
==============================================================================
--- felix/trunk/converter/converter/src/main/java/org/osgi/converter/Function.java (original)
+++ felix/trunk/converter/converter/src/main/java/org/osgi/converter/Function.java Mon Oct 10 16:17:24 2016
@@ -31,7 +31,7 @@ import org.osgi.annotation.versioning.Co
 @FunctionalInterface
 public interface Function<F, T> {
 	/**
-	 * /** Convert the object into the target type.
+	 * Convert the object into the target type.
 	 *
 	 * @param obj The object to be converted. This object will never be
 	 *            {@code null} as the convert function will not be invoked for