Skip to content

Commit f6c6a5f

Browse files
committedDec 16, 2020
Build issue
1 parent a400538 commit f6c6a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.base/windows/classes/sun/nio/ch/PipeImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public SourceChannelImpl source() {
207207
return source;
208208
}
209209

210-
public SinkChannelInk sink() {
210+
public SinkChannelImpl sink() {
211211
return sink;
212212
}
213213

0 commit comments

Comments
 (0)
Please sign in to comment.