src/share/classes/com/sun/tools/javac/jvm/CRTable.java

changeset 1280
5c0b3faeb0b0
parent 1138
7375d4979bd3
child 1326
30c36e23f154
     1.1 --- a/src/share/classes/com/sun/tools/javac/jvm/CRTable.java	Tue Jun 19 13:25:58 2012 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/jvm/CRTable.java	Wed Jun 20 13:23:26 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -31,7 +31,7 @@
    1.11  import com.sun.tools.javac.util.*;
    1.12  import com.sun.tools.javac.util.List;
    1.13  import com.sun.tools.javac.tree.JCTree.*;
    1.14 -import com.sun.tools.javac.parser.EndPosTable;
    1.15 +import com.sun.tools.javac.tree.EndPosTable;
    1.16  
    1.17  /** This class contains the CharacterRangeTable for some method
    1.18   *  and the hashtable for mapping trees or lists of trees to their

mercurial