mirror of
https://github.com/square/okhttp.git
synced 2025-07-31 05:04:26 +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