jdk/src/jdk.rmic/share/classes/sun/tools/java/Scanner.java
changeset 28856 1c525c8d1cf7
parent 25859 3317bb8137f4
equal deleted inserted replaced
28855:fd65ec779433 28856:1c525c8d1cf7
     1 /*
     1 /*
     2  * Copyright (c) 1994, 2004, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1994, 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
    56  * they are subject to change or removal without notice.
    56  * they are subject to change or removal without notice.
    57  *
    57  *
    58  * @author      Arthur van Hoff
    58  * @author      Arthur van Hoff
    59  */
    59  */
    60 
    60 
       
    61 @SuppressWarnings("deprecation")
    61 public
    62 public
    62 class Scanner implements Constants {
    63 class Scanner implements Constants {
    63     /**
    64     /**
    64      * The increment for each character.
    65      * The increment for each character.
    65      */
    66      */