]> source.dussan.org Git - aspectj.git/commitdiff
close streams
authoraclement <aclement>
Thu, 3 Sep 2009 23:04:36 +0000 (23:04 +0000)
committeraclement <aclement>
Thu, 3 Sep 2009 23:04:36 +0000 (23:04 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/Lint.java

index 111b8a61d508dcf7e374bfaf304def7c14a538ee..f4e77eb2b6375a2e7aa60294bf5b0fc38a5548c7 100644 (file)
@@ -200,7 +200,7 @@ public class Lint {
                        try {
                                s.close();
                        } catch (IOException ioe) {
-                               // ...
+                               // ignore
                        }
                }