From 89a4c291c3feae04798d1fc234cdbd82bb7ad9a9 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 1 Apr 2014 20:22:25 +0200 Subject: [PATCH] Remove trailing whitespace --- .../messaging/simp/stomp/BufferingStompDecoderTests.java | 2 +- .../java/org/springframework/test/jdbc/JdbcTestUtils.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/BufferingStompDecoderTests.java b/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/BufferingStompDecoderTests.java index 119953cfd8..ebdd9ce00c 100644 --- a/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/BufferingStompDecoderTests.java +++ b/spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/BufferingStompDecoderTests.java @@ -52,7 +52,7 @@ public class BufferingStompDecoderTests { assertEquals(0, stompDecoder.getBufferSize()); assertNull(stompDecoder.getExpectedContentLength()); } - + @Test public void oneMessageInTwoChunks() throws InterruptedException { diff --git a/spring-test/src/main/java/org/springframework/test/jdbc/JdbcTestUtils.java b/spring-test/src/main/java/org/springframework/test/jdbc/JdbcTestUtils.java index 7abc58d138..8e3e9a05c8 100644 --- a/spring-test/src/main/java/org/springframework/test/jdbc/JdbcTestUtils.java +++ b/spring-test/src/main/java/org/springframework/test/jdbc/JdbcTestUtils.java @@ -250,7 +250,7 @@ public class JdbcTestUtils { * @param commentPrefix the prefix that identifies comments in the SQL script — 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 { @@ -282,7 +282,7 @@ public class JdbcTestUtils { * @param delim character delimiting each statement — 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 statements) {