|
@@ -104,12 +104,12 @@ public class RequestCachingInterceptor extends OncePerRequestFilter {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public synchronized void mark(int limit) {
|
|
|
+ public void mark(int limit) {
|
|
|
this.delegate.mark(limit);
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public synchronized void reset() throws IOException {
|
|
|
+ public void reset() throws IOException {
|
|
|
this.delegate.reset();
|
|
|
}
|
|
|
|