mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-25 16:45:49 +07:00
e4efb836cd
1. messages cleanup
2. new StringBuilder(""). PrintStream.println("") are warned
6 lines
122 B
Java
6 lines
122 B
Java
// "Delete element" "true"
|
|
class Foo {
|
|
public static void main(String[] args) {
|
|
System.out.println("<caret>");
|
|
}
|
|
} |