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.16 by ajm, Fri Feb 23 16:35:23 2001 UTC vs.
Revision 1.17 by ajm, Fri Feb 23 16:36:38 2001 UTC

# Line 152 | Line 152 | public class ComponentManager {
152                  System.err.println(toString + ": Will try again in 5 seconds");
153                  Thread.sleep(5000);
154              } else {
155 <                tryAgain = false;
155 >                try {
156 >                    tryAgain = false;
157 >                } catch (InterruptedException e) {
158 >                    // we're not bothered
159 >                }
160              }
161          }
162                  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines