src/share/classes/com/sun/tools/apt/mirror/apt/FilerImpl.java

Print this page

        

@@ -43,11 +43,11 @@
 
 
 /**
  * Implementation of Filer.
  */
-
+@SuppressWarnings("deprecation")
 public class FilerImpl implements Filer {
     /*
      * The Filer class must maintain a number of constraints.  First,
      * multiple attempts to open the same path within the same
      * invocation of apt results in an IOException being thrown.  For