src/java.base/windows/classes/sun/nio/ch/SocketDispatcher.java
branchniosocketimpl-branch
changeset 57274 07b6be5d9150
parent 57270 3519688a4e4d
child 57278 bf925a3ee68a
--- a/src/java.base/windows/classes/sun/nio/ch/SocketDispatcher.java	Mon Mar 18 19:59:05 2019 +0000
+++ b/src/java.base/windows/classes/sun/nio/ch/SocketDispatcher.java	Wed Mar 20 13:54:50 2019 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -25,7 +25,8 @@
 
 package sun.nio.ch;
 
-import java.io.*;
+import java.io.FileDescriptor;
+import java.io.IOException;
 
 /**
  * Allows different platforms to call different native methods