ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentManager.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentManager.java (file contents):
Revision 1.27 by ajm, Fri Feb 23 18:02:33 2001 UTC vs.
Revision 1.28 by ajm, Fri Feb 23 18:03:20 2001 UTC

# Line 137 | Line 137 | public class ComponentManager {
137          Component component = null;
138  
139          // get the value for timeout
140 <        int startTimeout;
141 <        String confTimeout;
140 >        int startTimeout = 0;
141 >        String confTimeout = null;
142          try {
143              confTimeout = System.getProperty("uk.ac.ukc.iscream.ComponentTimeout");
144              startTimeout = Integer.parseInt(confTimeout);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines