jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/BatchEnvironment.java
changeset 28856 1c525c8d1cf7
parent 27565 729f9700483a
child 36511 9d0388c6b336
equal deleted inserted replaced
28855:fd65ec779433 28856:1c525c8d1cf7
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    59  * WARNING: The contents of this source file are not part of any
    59  * WARNING: The contents of this source file are not part of any
    60  * supported API.  Code that depends on them does so at its own risk:
    60  * supported API.  Code that depends on them does so at its own risk:
    61  * they are subject to change or removal without notice.
    61  * they are subject to change or removal without notice.
    62  */
    62  */
    63 
    63 
       
    64 @SuppressWarnings("deprecation")
    64 public class BatchEnvironment extends sun.tools.javac.BatchEnvironment {
    65 public class BatchEnvironment extends sun.tools.javac.BatchEnvironment {
    65 
    66 
    66     /** instance of Main which created this environment */
    67     /** instance of Main which created this environment */
    67     private Main main;
    68     private Main main;
    68 
    69