mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
Make error-prone validate missing override annotations
This commit is contained in:
@@ -220,7 +220,7 @@ public final class LoggingEventListenerTest {
|
||||
}
|
||||
|
||||
private static class LogRecorder extends HttpLoggingInterceptorTest.LogRecorder {
|
||||
LogRecorder assertLogMatch(String pattern) {
|
||||
@Override LogRecorder assertLogMatch(String pattern) {
|
||||
return (LogRecorder) super.assertLogMatch("\\[\\d+ ms] " + pattern);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user