git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271342 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -60,16 +60,5 @@ public class SunRmic extends DefaultRmicAdapter | |||||
| throw new TaskException( "Error starting SUN rmic: ", ex ); | throw new TaskException( "Error starting SUN rmic: ", ex ); | ||||
| } | } | ||||
| } | } | ||||
| finally | |||||
| { | |||||
| try | |||||
| { | |||||
| logstr.close(); | |||||
| } | |||||
| catch( IOException e ) | |||||
| { | |||||
| throw new TaskException( "Error", e ); | |||||
| } | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| @@ -60,16 +60,5 @@ public class SunRmic extends DefaultRmicAdapter | |||||
| throw new TaskException( "Error starting SUN rmic: ", ex ); | throw new TaskException( "Error starting SUN rmic: ", ex ); | ||||
| } | } | ||||
| } | } | ||||
| finally | |||||
| { | |||||
| try | |||||
| { | |||||
| logstr.close(); | |||||
| } | |||||
| catch( IOException e ) | |||||
| { | |||||
| throw new TaskException( "Error", e ); | |||||
| } | |||||
| } | |||||
| } | } | ||||
| } | } | ||||