Browse Source

Remove trailing whitespace

pull/448/merge
Sam Brannen 11 years ago
parent
commit
a006ca2542
  1. 2
      spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTests.java
  2. 2
      spring-test/src/main/java/org/springframework/test/context/MetaAnnotationUtils.java
  3. 4
      spring-test/src/main/java/org/springframework/test/jdbc/JdbcTestUtils.java
  4. 2
      spring-test/src/test/java/org/springframework/test/context/hierarchies/meta/MetaContextHierarchyConfig.java
  5. 2
      spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/AbstractSockJsSession.java

2
spring-context/src/test/java/org/springframework/beans/factory/xml/XmlBeanFactoryTests.java

@ -72,7 +72,7 @@ import static org.junit.Assert.*; @@ -72,7 +72,7 @@ import static org.junit.Assert.*;
/**
* Miscellaneous tests for XML bean definitions.
*
*
* @author Juergen Hoeller
* @author Rod Johnson
* @author Rick Evans

2
spring-test/src/main/java/org/springframework/test/context/MetaAnnotationUtils.java

@ -145,7 +145,7 @@ abstract class MetaAnnotationUtils { @@ -145,7 +145,7 @@ abstract class MetaAnnotationUtils {
*
* <p>This method traverses the annotations and superclasses of the specified
* {@code clazz} if no annotation can be found on the given class itself.
*
*
* <p>This method explicitly handles class-level annotations which are not
* declared as {@linkplain java.lang.annotation.Inherited inherited} <em>as
* well as meta-annotations</em>.

4
spring-test/src/main/java/org/springframework/test/jdbc/JdbcTestUtils.java

@ -255,7 +255,7 @@ public class JdbcTestUtils { @@ -255,7 +255,7 @@ public class JdbcTestUtils {
* @param commentPrefix the prefix that identifies comments in the SQL script &mdash; typically "--"
* @return a {@code String} containing the script lines
* @deprecated as of Spring 4.0.3, in favor of using
* {@link org.springframework.jdbc.datasource.init.ScriptUtils#readScript(LineNumberReader, String, String)}
* {@link org.springframework.jdbc.datasource.init.ScriptUtils#readScript(LineNumberReader, String, String)}
*/
@Deprecated
public static String readScript(LineNumberReader lineNumberReader, String commentPrefix) throws IOException {
@ -287,7 +287,7 @@ public class JdbcTestUtils { @@ -287,7 +287,7 @@ public class JdbcTestUtils {
* @param delim character delimiting each statement &mdash; typically a ';' character
* @param statements the list that will contain the individual statements
* @deprecated as of Spring 4.0.3, in favor of using
* {@link org.springframework.jdbc.datasource.init.ScriptUtils#splitSqlScript(String, char, List)}
* {@link org.springframework.jdbc.datasource.init.ScriptUtils#splitSqlScript(String, char, List)}
*/
@Deprecated
public static void splitSqlScript(String script, char delim, List<String> statements) {

2
spring-test/src/test/java/org/springframework/test/context/hierarchies/meta/MetaContextHierarchyConfig.java

@ -30,7 +30,7 @@ import org.springframework.test.context.ContextHierarchy; @@ -30,7 +30,7 @@ import org.springframework.test.context.ContextHierarchy;
/**
* Custom context hierarchy configuration annotation.
*
*
* @author Sam Brannen
* @since 4.0.3
*/

2
spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/session/AbstractSockJsSession.java

@ -44,7 +44,7 @@ import org.springframework.web.socket.sockjs.transport.SockJsSession; @@ -44,7 +44,7 @@ import org.springframework.web.socket.sockjs.transport.SockJsSession;
/**
* An abstract base class for SockJS sessions implementing {@link SockJsSession}.
*
*
* @author Rossen Stoyanchev
* @author Sam Brannen
* @since 4.0

Loading…
Cancel
Save