Thorbjørn,

Good catch. Thank you. I had added an interface called Cleaner to
remove old archive files. However, since it has only one
implementation, decided to remove it. At some point, Eclipse thought
that sun.misc.Cleaner instead of ch.qos....Cleaner was referenced
hence the erroneous import.

Anyway, this issue has been already fixed in 1822. See
http://tinyurl.com/3offjp for exact details. I appreciate the warning
though.

Cheers,

Thorbjørn Ravn Andersen wrote:
> [EMAIL PROTECTED] skrev:
>>  
>> +import sun.misc.Cleaner;
>> +
>>   
> This caught my eye.  Is this a standard class these days?
> 
> /Thorbjørn

-- 
Ceki Gülcü
Logback: The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to