Delete trailing whitespace in Java source code

This commit is contained in:
Sam Brannen
2015-06-19 17:09:52 +02:00
parent b36c9f9f23
commit 078d252d1e
8 changed files with 13 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ public class DefaultUserDestinationResolverTests {
@Test
public void handleMessageToOtherUser() {
TestSimpUser otherSimpUser = new TestSimpUser("anna");
otherSimpUser.addSessions(new TestSimpSession("456"));
when(this.registry.getUser("anna")).thenReturn(otherSimpUser);