--- old/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java 2015-12-10 13:51:34.308614740 +0100 +++ new/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/NashornBottomLinker.java 2015-12-10 13:51:34.164614741 +0100 @@ -141,8 +141,9 @@ } /** - * Main part of the implementation of {@link GuardingTypeConverterFactory#convertToType(Class, Class)} that doesn't - * care about adapting the method signature; that's done by the invoking method. Returns conversion from Object to String/number/boolean (JS primitive types). + * Main part of the implementation of {@link GuardingTypeConverterFactory#convertToType} that doesn't + * care about adapting the method signature; that's done by the invoking method. Returns conversion + * from Object to String/number/boolean (JS primitive types). * @param sourceType the source type * @param targetType the target type * @return a guarded invocation that converts from the source type to the target type.