# HG changeset patch # User serb # Date 1497845967 -10800 # Node ID 6a4875229b96776f7f6ba0cfe793950df5055e0a # Parent 4fbcae4932697adfa05a89056e8c3a75eb0dc548 8181894: java.desktop module documentation has links to technotes Reviewed-by: mchung diff -r 4fbcae493269 -r 6a4875229b96 src/java.desktop/share/classes/javax/imageio/spi/IIORegistry.java --- a/src/java.desktop/share/classes/javax/imageio/spi/IIORegistry.java Sun Jun 18 23:10:33 2017 +0100 +++ b/src/java.desktop/share/classes/javax/imageio/spi/IIORegistry.java Mon Jun 19 07:19:27 2017 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2017, 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 @@ -104,10 +104,8 @@ * sees fit. * *

For more details on declaring service providers, and the JAR - * format in general, see the - * JAR File Specification. - * + * format in general, see the + * JAR File Specification. */ public final class IIORegistry extends ServiceRegistry { diff -r 4fbcae493269 -r 6a4875229b96 src/java.desktop/share/classes/javax/imageio/spi/ServiceRegistry.java --- a/src/java.desktop/share/classes/javax/imageio/spi/ServiceRegistry.java Sun Jun 18 23:10:33 2017 +0100 +++ b/src/java.desktop/share/classes/javax/imageio/spi/ServiceRegistry.java Mon Jun 19 07:19:27 2017 +0300 @@ -104,9 +104,8 @@ * sees fit, so long as it has the appropriate runtime permission. * *

For more details on declaring service providers, and the JAR - * format in general, see the - * JAR File Specification. + * format in general, see the + * JAR File Specification. * * @see RegisterableService * @see java.util.ServiceLoader diff -r 4fbcae493269 -r 6a4875229b96 src/java.desktop/share/classes/javax/print/StreamPrintServiceFactory.java --- a/src/java.desktop/share/classes/javax/print/StreamPrintServiceFactory.java Sun Jun 18 23:10:33 2017 +0100 +++ b/src/java.desktop/share/classes/javax/print/StreamPrintServiceFactory.java Mon Jun 19 07:19:27 2017 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2017, 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 @@ -44,9 +44,7 @@ * A typical output document format may be Postscript(TM). *

* This class is implemented by a service and located by the - * implementation using the - * - * SPI JAR File specification. + * implementation using the {@link java.util.ServiceLoader} facility. *

* Applications locate instances of this class by calling the * {@link #lookupStreamPrintServiceFactories(DocFlavor, String)} method. diff -r 4fbcae493269 -r 6a4875229b96 src/java.desktop/share/classes/javax/print/package-info.java --- a/src/java.desktop/share/classes/javax/print/package-info.java Sun Jun 18 23:10:33 2017 +0100 +++ b/src/java.desktop/share/classes/javax/print/package-info.java Mon Jun 19 07:19:27 2017 +0300 @@ -46,8 +46,7 @@ * IPP printers or JINI printers, a print-service provider can write * implementations of {@code PrintServiceLookup}. The print-service provider can * dynamically install these {@code PrintServiceLookup} implementations using - * the - * SPI JAR file specification. + * the {@link java.util.ServiceLoader} facility. * *

Attribute Definitions

* The {@link javax.print.attribute} and {@link javax.print.attribute.standard} diff -r 4fbcae493269 -r 6a4875229b96 src/java.desktop/share/classes/javax/swing/filechooser/package-info.java --- a/src/java.desktop/share/classes/javax/swing/filechooser/package-info.java Sun Jun 18 23:10:33 2017 +0100 +++ b/src/java.desktop/share/classes/javax/swing/filechooser/package-info.java Mon Jun 19 07:19:27 2017 +0300 @@ -42,10 +42,8 @@ *
  • How to Use File Choosers, * a section in The Java Tutorial
  • - *
  • Internationalization Documentation
  • - *
  • Input Method Framework Documentation
  • + *
  • {@extLink i18n_overview Internationalization Overview}
  • + *
  • {@extLink imf_overview Input Method Framework Overview}
  • * * * @since 1.2