Browse Source

close streams

tags/PRE_J5
aclement 14 years ago
parent
commit
734c828178
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.aspectj.matcher/src/org/aspectj/weaver/Lint.java

+ 1
- 1
org.aspectj.matcher/src/org/aspectj/weaver/Lint.java View File

@@ -200,7 +200,7 @@ public class Lint {
try {
s.close();
} catch (IOException ioe) {
// ...
// ignore
}
}


Loading…
Cancel
Save