You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/07/08 19:20:23 UTC

cvs commit: avalon-sandbox/merlin/merlin-cli/src/java Merlin.java

bloritsch    2003/07/08 10:20:23

  Modified:    merlin/merlin-cli/src/java Merlin.java
  Log:
  Comment out bad line
  
  Revision  Changes    Path
  1.15      +4 -4      avalon-sandbox/merlin/merlin-cli/src/java/Merlin.java
  
  Index: Merlin.java
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-cli/src/java/Merlin.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Merlin.java	19 Jun 2003 11:27:10 -0000	1.14
  +++ Merlin.java	8 Jul 2003 17:20:23 -0000	1.15
  @@ -188,7 +188,7 @@
   
               if( line.hasOption( "lang" ) )
               {
  -                ResourceManager.clearResourceCache();
  +                //ResourceManager.clearResourceCache(); -- This is not in the released version of I18N
                   String language = line.getOptionValue( "lang" );
                   Locale locale = new Locale( language, "" );
   
  @@ -243,7 +243,7 @@
   
               //
               // get the working home directory
  -            // 
  +            //
   
               File home = getHomePath( line );
   
  @@ -428,7 +428,7 @@
   
           try
           {
  -            Method method = 
  +            Method method =
                 kernelLoader.getClass().getMethod( "build", new Class[]{ Map.class } );
               method.invoke( kernelLoader, new Object[]{ map } );
           }
  @@ -545,7 +545,7 @@
       private static File getHomePath( CommandLine command ) throws IOException
       {
           String path = null;
  -        final String key = "home"; 
  +        final String key = "home";
           if( command.hasOption( key ) )
           {
               path = command.getOptionValue( key );
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org