Changeset 283


Ignore:
Timestamp:
12/09/11 11:22:07 (12 years ago)
Author:
sherbold
Message:
  • fixed some code smells
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JFCMonitor/src/de/ugoe/cs/eventbench/jfcmonitor/JarLauncher.java

    r267 r283  
    7474         * @version 1.0 
    7575         */ 
    76         private class JarLaunchException extends Exception { 
     76        private static class JarLaunchException extends Exception { 
    7777 
    7878                /** 
     
    170170                        classPath[i] = "file:" + workingDir + jarClassPathElements[i]; 
    171171                } 
     172                try { 
     173                        jarInputStream.close(); 
     174                } catch (IOException e) { 
     175                        e.printStackTrace(); 
     176                } 
    172177        } 
    173178 
Note: See TracChangeset for help on using the changeset viewer.