Skip to content

Commit

Permalink
JDK-8189198: Add "forRemoval = true" to Applet APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
andyherrick committed Nov 12, 2020
1 parent 877c8e7 commit d9850cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.naming/share/classes/javax/naming/Context.java
Expand Up @@ -1082,6 +1082,6 @@ public Object removeFromEnvironment(String propName)
*
* @since 1.3
*/
@Deprecated
@Deprecated(since="16", forRemoval=true)
String APPLET = "java.naming.applet";
};

0 comments on commit d9850cd

Please sign in to comment.