We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b926a03 + d6fd0d3 commit 7e040c0Copy full SHA for 7e040c0
samples/guide/src/main/java/okhttp3/recipes/PrintEvents.java
@@ -87,7 +87,7 @@ private static final class PrintingEventListener extends EventListener {
87
final long callId;
88
final long callStartNanos;
89
90
- public PrintingEventListener(long callId, long callStartNanos) {
+ PrintingEventListener(long callId, long callStartNanos) {
91
this.callId = callId;
92
this.callStartNanos = callStartNanos;
93
}
0 commit comments