diff -r 12f06c992c3a -r 6a1c6c8bc113 nashorn/src/jdk/internal/dynalink/linker/GuardingTypeConverterFactory.java --- a/nashorn/src/jdk/internal/dynalink/linker/GuardingTypeConverterFactory.java Mon Feb 18 10:36:18 2013 +0100 +++ b/nashorn/src/jdk/internal/dynalink/linker/GuardingTypeConverterFactory.java Mon Feb 18 16:00:15 2013 +0100 @@ -111,4 +111,4 @@ * @throws Exception if there was an error during creation of the converter */ public GuardedInvocation convertToType(Class sourceType, Class targetType) throws Exception; -} \ No newline at end of file +}