mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
IDEA-120784 "Class is public should be declared in a file named <Classname>.java" for inner interface
This commit is contained in:
@@ -2,7 +2,7 @@ import java.util.List;
|
||||
import java.util.stream.Collectors;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
public class Box<TBox>
|
||||
class Box<TBox>
|
||||
{
|
||||
|
||||
public TBox getValue()
|
||||
|
||||
Reference in New Issue
Block a user