Update of /cvsroot/freenet/freenet/src/freenet/client
In directory sc8-pr-cvs1:/tmp/cvs-serv8467/src/freenet/client

Modified Files:
        InternalClient.java 
Log Message:
clean up non-static access to static variables and some unused imports

Index: InternalClient.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/client/InternalClient.java,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -w -r1.31 -r1.32
--- InternalClient.java 31 Oct 2003 19:21:16 -0000      1.31
+++ InternalClient.java 31 Oct 2003 21:45:34 -0000      1.32
@@ -595,7 +595,7 @@
             catch (BadAddressException e) {
                 // should be impossible
                 Core.logger.log(this, "Got mystery exception", e, 
-                                node.logger.ERROR);
+                                Logger.ERROR);
                 ctStream.close();
                 throw new IOException("Got mystery exception: "+e);
             }
@@ -612,7 +612,7 @@
                 throw new BadStateException("Not a ClientMessageVector: "+mo);
             }
 
-            node.diagnostics.occurrenceCounting("inboundClientRequests", 1);
+            Node.diagnostics.occurrenceCounting("inboundClientRequests", 1);
 
             // walk through client event semantics while initiating
             // the InsertPending state and sending the DataInsert

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to