mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-18 04:25:21 +07:00
9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
public class Bar {
|
|
|
|
public static Bar createInstance() {
|
|
return new Bar();
|
|
}
|
|
|
|
private Bar() {
|
|
}
|
|
} |