[Fedora-directory-commits] console/src/com/netscape/management/client/topology DomainNode.java, 1.1.1.1, 1.2 TopTopologyNode.java, 1.1.1.1, 1.2

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Jan 10 18:35:40 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/console/src/com/netscape/management/client/topology
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5629/console/src/com/netscape/management/client/topology

Modified Files:
	DomainNode.java TopTopologyNode.java 
Log Message:
Resolves: bug 428226
Description: Review Request: idm-console-framework: Core console package used by Fedora Directory Server and other IDM projects
Fix Description: bump version to 1.1.1
Added LICENSE to %doc in spec file
Fix some minor problems to allow compilation with the IcedTea Java



Index: DomainNode.java
===================================================================
RCS file: /cvs/dirsec/console/src/com/netscape/management/client/topology/DomainNode.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- DomainNode.java	18 Jul 2005 00:34:18 -0000	1.1.1.1
+++ DomainNode.java	10 Jan 2008 18:35:36 -0000	1.2
@@ -20,13 +20,10 @@
 package com.netscape.management.client.topology;
 
 import java.util.*;
-import java.net.*;
-import java.io.*;
-import java.awt.*;
-import java.awt.event.*;
 import javax.swing.*;
 import javax.swing.event.*;
 import javax.swing.tree.*;
+import java.awt.Component;
 import java.text.MessageFormat;
 import com.netscape.management.client.*;
 import com.netscape.management.client.util.*;


Index: TopTopologyNode.java
===================================================================
RCS file: /cvs/dirsec/console/src/com/netscape/management/client/topology/TopTopologyNode.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- TopTopologyNode.java	18 Jul 2005 00:34:19 -0000	1.1.1.1
+++ TopTopologyNode.java	10 Jan 2008 18:35:36 -0000	1.2
@@ -20,7 +20,6 @@
 package com.netscape.management.client.topology;
 
 import java.util.*;
-import java.awt.*;
 import java.awt.event.*;
 import javax.swing.*;
 import javax.swing.tree.*;
@@ -42,7 +41,7 @@
     }
 
     /**
-      * initialize the top toplogy node
+      * initialize the top topology node
       */
     public void reload() {
         super.reload();




More information about the Fedora-directory-commits mailing list