Remove trailing whitespace from source code

This commit is contained in:
Sam Brannen
2014-02-08 17:30:39 +01:00
parent 1f778530b5
commit c335e99e3f
20 changed files with 29 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ import org.springframework.core.convert.TypeDescriptor;
* A constructor resolver attempts locate a constructor and returns a ConstructorExecutor
* that can be used to invoke that constructor. The ConstructorExecutor will be cached but
* if it 'goes stale' the resolvers will be called again.
*
*
* @author Andy Clement
* @since 3.0
*/

View File

@@ -28,7 +28,7 @@ import org.springframework.expression.ParserContext;
/**
* An expression parser that understands templates. It can be subclassed by expression
* parsers that do not offer first class support for templating.
*
*
* @author Keith Donald
* @author Juergen Hoeller
* @author Andy Clement

View File

@@ -21,7 +21,7 @@ import org.springframework.expression.ParseException;
* Root exception for Spring EL related exceptions. Rather than holding a hard coded
* string indicating the problem, it records a message key and the inserts for the
* message. See {@link SpelMessage} for the list of all possible messages that can occur.
*
*
* @author Andy Clement
* @since 3.0
*/