--- old/src/java.desktop/share/classes/javax/print/attribute/standard/ReferenceUriSchemesSupported.java 2018-11-28 11:17:32.756281223 -0500 +++ new/src/java.desktop/share/classes/javax/print/attribute/standard/ReferenceUriSchemesSupported.java 2018-11-28 11:17:32.592280410 -0500 @@ -85,11 +85,6 @@ public static final ReferenceUriSchemesSupported HTTPS = new ReferenceUriSchemesSupported(2); /** - * Gopher Protocol. - */ - public static final ReferenceUriSchemesSupported GOPHER = new ReferenceUriSchemesSupported(3); - - /** * USENET news. */ public static final ReferenceUriSchemesSupported NEWS = new ReferenceUriSchemesSupported(4); @@ -126,7 +121,6 @@ "ftp", "http", "https", - "gopher", "news", "nntp", "wais", @@ -141,7 +135,6 @@ FTP, HTTP, HTTPS, - GOPHER, NEWS, NNTP, WAIS,