Remove trailing whitespace in Java source code
This commit is contained in:
@@ -126,10 +126,10 @@ public class DefaultUserDestinationResolverTests {
|
||||
}
|
||||
|
||||
// SPR-12444
|
||||
|
||||
|
||||
@Test
|
||||
public void handleMessageToOtherUser() {
|
||||
|
||||
|
||||
TestSimpUser otherSimpUser = new TestSimpUser("anna");
|
||||
otherSimpUser.addSessions(new TestSimpSession("456"));
|
||||
when(this.registry.getUser("anna")).thenReturn(otherSimpUser);
|
||||
|
||||
Reference in New Issue
Block a user