mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
revert optimize imports
This commit is contained in:
+1
@@ -1,3 +1,4 @@
|
||||
import java.io.*;
|
||||
class Foo{
|
||||
void foo() throws FileNotFoundException {
|
||||
throw new FileNotFoundException();
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
import java.io.*;
|
||||
class Foo{
|
||||
void foo() throws IO<caret>Exception {
|
||||
throw new FileNotFoundException();
|
||||
|
||||
Reference in New Issue
Block a user