mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
preserve comments: surround with auto-closeable
This commit is contained in:
@@ -5,7 +5,7 @@ import java.util.Arrays;
|
||||
|
||||
class C {
|
||||
void m(File file) throws IOException {
|
||||
<caret>FileInputStream fileInputStream = new FileInputStream(file);
|
||||
<caret>FileInputStream fileInputStream = new FileInputStream(file);//comment
|
||||
int read, len = -1;
|
||||
boolean empty = true;
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user