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.
1 parent b926a03 commit d6fd0d3Copy full SHA for d6fd0d3
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