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

Modified Files:
        ConnectionHandler.java 
Log Message:
Reindented.  emacs ediff stays in sync.  There are
no changes except in comments.
Left sections of code commented-out using emacs java
mode "comment out region" unchanged.  
(Normally, the // at left gets indented by emacs).


Index: ConnectionHandler.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/ConnectionHandler.java,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ConnectionHandler.java      26 Sep 2003 22:38:34 -0000      1.161
+++ ConnectionHandler.java      2 Oct 2003 01:53:00 -0000       1.162
@@ -398,7 +398,7 @@
                if(disabledInSelector && 
                   ((a.capacity() - a.limit()) > 
                        (a.capacity()/4))) {
-                               if(logDEBUG) logDEBUG("Reregistering");
+                       if(logDEBUG) logDEBUG("Reregistering");
                        reregister(); // FIXME: hardcoded
                }
                if(logDEBUG) logDEBUG("Left tryReregister");
@@ -448,7 +448,7 @@
                        int initialLimit = b.limit();
                        if (initialLimit > DECRYPT_SIZE)
[...1152 lines suppressed...]
             read = toRead;
             done();
         }
@@ -3268,11 +3298,11 @@
                 
                 done();
             }
-           //profiling
-       //WARNING:remove before release
-       synchronized(profLockRIS){
-               RISinstances--;
-       }
+                       //profiling
+                       //WARNING:remove before release
+                       synchronized(profLockRIS){
+                               RISinstances--;
+                       }
             super.finalize();
         }
     }

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

Reply via email to