You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by bl...@apache.org on 2004/06/24 23:35:09 UTC

svn commit: rev 22090 - in excalibur/trunk/fortress/bean/src: java/org/apache/avalon/fortress/tools test/org/apache/avalon/fortress/tools

Author: bloritsch
Date: Thu Jun 24 14:35:09 2004
New Revision: 22090

Modified:
   excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/tools/FortressBean.java
   excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java
Log:
make sure correct version is committed

Modified: excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/tools/FortressBean.java
==============================================================================
--- excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/tools/FortressBean.java	(original)
+++ excalibur/trunk/fortress/bean/src/java/org/apache/avalon/fortress/tools/FortressBean.java	Thu Jun 24 14:35:09 2004
@@ -193,6 +193,7 @@
             } catch (InterruptedException e) {
                 //ignore
             }
+            
             System.exit(0);
         }
     }

Modified: excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java
==============================================================================
--- excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java	(original)
+++ excalibur/trunk/fortress/bean/src/test/org/apache/avalon/fortress/tools/FortressBeanTestCase.java	Thu Jun 24 14:35:09 2004
@@ -1,16 +1,16 @@
-/* 
+/*
  * Copyright 2003-2004 The Apache Software Foundation
  * Licensed  under the  Apache License,  Version 2.0  (the "License");
  * you may not use  this file  except in  compliance with the License.
- * You may obtain a copy of the License at 
- * 
+ * You may obtain a copy of the License at
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed  under the  License is distributed on an "AS IS" BASIS,
  * WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
  * implied.
- * 
+ *
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org