1
0
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:
Jake Wharton
2019-03-30 09:52:09 -04:00
parent fb1a87dd97
commit 0e9a5c8054
5 changed files with 30 additions and 13 deletions

View File

@ -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);
}
}