classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: SecurityManager API doc fix


From: Roman Kennke
Subject: [cp-patches] FYI: SecurityManager API doc fix
Date: Tue, 10 Jan 2006 12:20:11 +0000

Hi,

In the java.lang.SecurityManager we import some AWT classes, only for
some  API docs references. I removed those imports and instead fully
qualified those references. This was necessary, because we want to do
AWT-less builds, and importing a class makes the compiler want this
class present, which in the case of Frame, Window and Toolkit pulls a
bunch of other AWT classes in.

2006-01-10  Roman Kennke  <address@hidden>

        * java/lang/SecurityManager.java
        Fully qualified AWT class references in API docs.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]