Remove trailing whitespace
This commit is contained in:
parent
8e89aff48f
commit
89a4c291c3
|
|
@ -52,7 +52,7 @@ public class BufferingStompDecoderTests {
|
||||||
assertEquals(0, stompDecoder.getBufferSize());
|
assertEquals(0, stompDecoder.getBufferSize());
|
||||||
assertNull(stompDecoder.getExpectedContentLength());
|
assertNull(stompDecoder.getExpectedContentLength());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void oneMessageInTwoChunks() throws InterruptedException {
|
public void oneMessageInTwoChunks() throws InterruptedException {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -250,7 +250,7 @@ public class JdbcTestUtils {
|
||||||
* @param commentPrefix the prefix that identifies comments in the SQL script — typically "--"
|
* @param commentPrefix the prefix that identifies comments in the SQL script — typically "--"
|
||||||
* @return a {@code String} containing the script lines
|
* @return a {@code String} containing the script lines
|
||||||
* @deprecated as of Spring 4.0.3, in favor of using
|
* @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
|
@Deprecated
|
||||||
public static String readScript(LineNumberReader lineNumberReader, String commentPrefix) throws IOException {
|
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 delim character delimiting each statement — typically a ';' character
|
||||||
* @param statements the list that will contain the individual statements
|
* @param statements the list that will contain the individual statements
|
||||||
* @deprecated as of Spring 4.0.3, in favor of using
|
* @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
|
@Deprecated
|
||||||
public static void splitSqlScript(String script, char delim, List<String> statements) {
|
public static void splitSqlScript(String script, char delim, List<String> statements) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue