--- a/src/java.desktop/share/classes/java/applet/AppletContext.java Tue May 22 17:33:31 2018 -0700
+++ b/src/java.desktop/share/classes/java/applet/AppletContext.java Wed May 23 23:02:02 2018 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1995, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1995, 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
@@ -26,12 +26,10 @@
package java.applet;
import java.awt.Image;
-import java.awt.Graphics;
-import java.awt.image.ColorModel;
+import java.io.IOException;
+import java.io.InputStream;
import java.net.URL;
import java.util.Enumeration;
-import java.io.InputStream;
-import java.io.IOException;
import java.util.Iterator;
/**
@@ -45,11 +43,8 @@
* @author Arthur van Hoff
* @since 1.0
*
- * @deprecated The Applet API is deprecated. See the
- * <a href="package-summary.html"> java.applet package documentation</a>
- * for further information.
+ * @deprecated The Applet API is deprecated, no replacement.
*/
-
@Deprecated(since = "9")
public interface AppletContext {
/**