langtools/src/share/classes/com/sun/tools/javac/util/DiagnosticSource.java
changeset 13077 16fb753bb5dc
parent 11055 ec1418effa77
child 14258 8d2148961366
equal deleted inserted replaced
13076:cb848b70d7f4 13077:16fb753bb5dc
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2012, 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
    30 import java.nio.CharBuffer;
    30 import java.nio.CharBuffer;
    31 import java.util.Map;
    31 import java.util.Map;
    32 import javax.tools.JavaFileObject;
    32 import javax.tools.JavaFileObject;
    33 
    33 
    34 import com.sun.tools.javac.file.JavacFileManager;
    34 import com.sun.tools.javac.file.JavacFileManager;
    35 import com.sun.tools.javac.parser.EndPosTable;
    35 import com.sun.tools.javac.tree.EndPosTable;
    36 import com.sun.tools.javac.tree.JCTree;
    36 import com.sun.tools.javac.tree.JCTree;
    37 
    37 
    38 import static com.sun.tools.javac.util.LayoutCharacters.*;
    38 import static com.sun.tools.javac.util.LayoutCharacters.*;
    39 
    39 
    40 /**
    40 /**