--- old/src/share/classes/java/util/function/LongFunction.java 2012-12-20 16:32:23.728520920 -0800 +++ new/src/share/classes/java/util/function/LongFunction.java 2012-12-20 16:32:23.500520908 -0800 @@ -25,8 +25,8 @@ package java.util.function; /** - * Apply a function to the input object yielding an appropriate {@code long} - * value; this is the {@code long}-bearing specialization for {@link Function}. + * Apply a function to an input object yielding a {@code long} value; this is + * the {@code long}-bearing specialization for {@link Function}. * * @param the type of input objects to the function *