We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad487e commit 5d42918Copy full SHA for 5d42918
byte-buddy-agent/src/main/java/net/bytebuddy/agent/VirtualMachine.java
@@ -2410,7 +2410,7 @@ public int getOwnerIdOf(File file) {
2410
try {
2411
line = reader.readLine();
2412
} finally {
2413
- reader.close();
+ //reader.close();
2414
}
2415
do {
2416
@@ -2493,7 +2493,7 @@ public int getOwnerIdOf(File file) {
2493
output.append(line).append("\n");
2494
2495
2496
2497
2498
2499
@@ -2578,7 +2578,7 @@ public int getOwnerIdOf(File file) {
2578
2579
2580
2581
2582
2583
2584
0 commit comments