src/jdk.net/share/classes/module-info.java
changeset 50739 4bedc9338137
parent 47216 71c04702a3d5
equal deleted inserted replaced
50738:6cc2dc161c64 50739:4bedc9338137
     1 /*
     1 /*
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    29  * @moduleGraph
    29  * @moduleGraph
    30  * @since 9
    30  * @since 9
    31  */
    31  */
    32 module jdk.net {
    32 module jdk.net {
    33     exports jdk.net;
    33     exports jdk.net;
       
    34     exports jdk.nio;
    34 }
    35 }
    35 
    36