8205588: Deprecate for removal com.sun.awt.SecurityWarning
authorserb
Mon, 09 Jul 2018 19:09:29 +0300
changeset 51012 cd557cad6e0a
parent 51011 c9bf46f4d555
child 51013 6e760728afaa
8205588: Deprecate for removal com.sun.awt.SecurityWarning Reviewed-by: prr, kaddepalli
src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java
--- a/src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java	Mon Jul 09 12:51:58 2018 +0200
+++ b/src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java	Mon Jul 09 19:09:29 2018 +0300
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 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
@@ -45,7 +45,10 @@
  * for limited use outside of the core platform. This API may change
  * drastically between update release, and it may even be
  * removed or be moved to some other packages or classes.
+ *
+ * @deprecated This class is deprecated, no replacement.
  */
+@Deprecated(since = "11", forRemoval = true)
 public final class SecurityWarning {
 
     /**