< prev index next >

src/java.base/share/classes/java/net/spi/package-info.java

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 2015, 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
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.  Oracle designates this
--- 1,7 ---
  /*
!  * Copyright (c) 2015, 2021, 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
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.  Oracle designates this

*** 24,12 ***
   */
  
  /**
   * Service-provider classes for the {@link java.net} package.
   *
!  * <p> Only developers who are defining new URL stream handler providers
!  * should need to make direct use of this package.
   *
   * @since 9
   */
  
  package java.net.spi;
--- 24,12 ---
   */
  
  /**
   * Service-provider classes for the {@link java.net} package.
   *
!  * <p> Only developers who are defining new URL stream handler providers or implementing
!  * a custom resolver provider should need to make direct use of this package.
   *
   * @since 9
   */
  
  package java.net.spi;
< prev index next >