/[classpath]/classpath/gnu/java/rmi/server/ConnectionRunnerPool.java
ViewVC logotype

Diff of /classpath/gnu/java/rmi/server/ConnectionRunnerPool.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by gnu_andrew, Sun Jan 16 02:14:45 2005 UTC revision 1.2.2.2 by gnu_andrew, Sun Jan 16 15:15:09 2005 UTC
# Line 1  Line 1 
1  /* gnu.java.rmi.server.ConnectionRunnerPool  /* gnu.java.rmi.server.ConnectionRunnerPool
2     Copyright (C) 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 118  class ConnectionRunnerPool Line 118  class ConnectionRunnerPool
118      max_size = size;      max_size = size;
119    }    }
120        
121    private synchronized static ConnectionRunner getConnectionRunner()    private static synchronized ConnectionRunner getConnectionRunner()
122    {    {
123      if(freelist.size() == 0){      if(freelist.size() == 0){
124        if(size < max_size){        if(size < max_size){

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26