Skip to content

Commit d1eb774

Browse files
committed
Improve performance
1 parent 1f0ce42 commit d1eb774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stroom-proxy/stroom-proxy-app/src/main/java/stroom/proxy/app/event/ReceiveDataHelper.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public ReceiveDataHelper(final Provider<ReceiveDataConfig> receiveDataConfigProv
5454
}
5555

5656
public String process(final HttpServletRequest request,
57-
final Handler consumeHandler,
58-
final Handler dropHandler) throws StroomStreamException {
57+
final Handler consumeHandler,
58+
final Handler dropHandler) throws StroomStreamException {
5959
final long startTimeMs = System.currentTimeMillis();
6060

6161
// Create attribute map from headers.

0 commit comments

Comments
 (0)