jdk/src/jdk.rmic/share/classes/sun/tools/java/ClassDefinition.java
changeset 28856 1c525c8d1cf7
parent 28059 e576535359cc
child 32769 c9520bbd6754
--- a/jdk/src/jdk.rmic/share/classes/sun/tools/java/ClassDefinition.java	Tue Feb 10 11:18:51 2015 +0100
+++ b/jdk/src/jdk.rmic/share/classes/sun/tools/java/ClassDefinition.java	Tue Feb 10 12:28:02 2015 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1994, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1994, 2015, 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
@@ -41,6 +41,7 @@
  * supported API.  Code that depends on them does so at its own risk:
  * they are subject to change or removal without notice.
  */
+@SuppressWarnings("deprecation")
 public
 class ClassDefinition implements Constants {