jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/Main.java
changeset 28856 1c525c8d1cf7
parent 27565 729f9700483a
child 43812 a6e3407e9f32
--- a/jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/Main.java	Tue Feb 10 11:18:51 2015 +0100
+++ b/jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/Main.java	Tue Feb 10 12:28:02 2015 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 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
@@ -676,7 +676,7 @@
      * Compile a single class.
      * Fallthrough is intentional
      */
-    @SuppressWarnings("fallthrough")
+    @SuppressWarnings({"fallthrough", "deprecation"})
     public boolean compileClass (ClassDeclaration c,
                                  ByteArrayOutputStream buf,
                                  BatchEnvironment env)