Polish Codestyle

This commit is contained in:
Rob Winch
2016-04-01 09:52:15 -05:00
parent d900c78f11
commit f49cd5faba
2 changed files with 60 additions and 34 deletions

View File

@@ -318,6 +318,7 @@ public class SecurityContextHolderAwareRequestFilterTests {
when(this.request.getAsyncContext()).thenReturn(asyncContext);
Runnable runnable = new Runnable() {
@Override
public void run() {
}
};
@@ -347,6 +348,7 @@ public class SecurityContextHolderAwareRequestFilterTests {
when(this.request.startAsync()).thenReturn(asyncContext);
Runnable runnable = new Runnable() {
@Override
public void run() {
}
};
@@ -377,6 +379,7 @@ public class SecurityContextHolderAwareRequestFilterTests {
.thenReturn(asyncContext);
Runnable runnable = new Runnable() {
@Override
public void run() {
}
};