Polishing

This commit is contained in:
Juergen Hoeller
2015-11-30 12:36:30 +01:00
parent def10343ea
commit 4755467cca
2 changed files with 58 additions and 51 deletions

View File

@@ -17,9 +17,11 @@
package org.springframework.core.convert;
/**
* Thrown when a suitable converter could not be found in a conversion service.
* Exception to be thrown when a suitable converter could not be found
* in a given conversion service.
*
* @author Keith Donald
* @author Juergen Hoeller
* @since 3.0
*/
@SuppressWarnings("serial")