Remove trailing whitespace in Java source code

This commit is contained in:
Sam Brannen
2016-08-29 15:25:10 +02:00
parent 9d21abcd37
commit d6d05e8ca0
14 changed files with 36 additions and 36 deletions

View File

@@ -129,7 +129,7 @@ public class DefaultConversionService extends GenericConversionService {
converterRegistry.addConverterFactory(new StringToEnumConverterFactory());
converterRegistry.addConverter(new EnumToStringConverter((ConversionService) converterRegistry));
converterRegistry.addConverterFactory(new IntegerToEnumConverterFactory());
converterRegistry.addConverter(new EnumToIntegerConverter((ConversionService) converterRegistry));