More JavaDoc fixes

This commit is contained in:
Emmanuel BENOîT 2015-09-11 15:33:02 +02:00
parent 1fba77ae9b
commit 210f7be6d2

View file

@ -12,8 +12,9 @@ package info.ebenoit.ebul.func;
* @param <T>
* the type of the object argument to the operation
*
* @see BiConsumer
* @since 1.8
* @see java.util.function.BiConsumer
*
* @author <a href="mailto:ebenoit@ebenoit.info">E. Benoît</a>
*/
@FunctionalInterface
public interface ObjFloatConsumer< T >