langtools/src/share/classes/com/sun/tools/javac/util/Context.java
changeset 1206 3a05355982a9
parent 10 06bc494ca11e
child 1264 076a3cde30d5
equal deleted inserted replaced
1205:b316e32eb90c 1206:3a05355982a9
    23  * have any questions.
    23  * have any questions.
    24  */
    24  */
    25 
    25 
    26 package com.sun.tools.javac.util;
    26 package com.sun.tools.javac.util;
    27 
    27 
    28 import com.sun.tools.javac.Main;
       
    29 import java.util.*;
    28 import java.util.*;
    30 
    29 
    31 /**
    30 /**
    32  * Support for an abstract context, modelled loosely after ThreadLocal
    31  * Support for an abstract context, modelled loosely after ThreadLocal
    33  * but using a user-provided context instead of the current thread.
    32  * but using a user-provided context instead of the current thread.