You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by sg...@apache.org on 2005/05/09 14:04:18 UTC

cvs commit: jakarta-turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/framework/container ServiceContainerImpl.java

sgoeschl    2005/05/09 05:04:18

  Modified:    yaafi/src/java/org/apache/fulcrum/yaafi/framework/container
                        ServiceContainerImpl.java
  Log:
  Gor rid of PMD warning
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/framework/container/ServiceContainerImpl.java
  
  Index: ServiceContainerImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/yaafi/src/java/org/apache/fulcrum/yaafi/framework/container/ServiceContainerImpl.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ServiceContainerImpl.java	26 Apr 2005 12:31:20 -0000	1.8
  +++ ServiceContainerImpl.java	9 May 2005 12:04:18 -0000	1.9
  @@ -55,7 +55,7 @@
   
   public class ServiceContainerImpl
       implements ServiceContainer, ServiceConstants
  -{
  +{    
       /** The role configuration file to be used */
       private String componentRolesLocation;
   
  @@ -1104,7 +1104,7 @@
           }
           catch (InterruptedException e)
           {
  -            // ignore
  +            ; // ignore
           }
       }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org