--- a/src/jdk.net/share/classes/module-info.java Sat Jun 23 08:03:52 2018 +0100
+++ b/src/jdk.net/share/classes/module-info.java Sat Jun 23 09:34:09 2018 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2018, 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
@@ -31,5 +31,6 @@
*/
module jdk.net {
exports jdk.net;
+ exports jdk.nio;
}