mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 20:01:20 +07:00
GitOrigin-RevId: 9d8f1ea9d431d1e39afc077dbff21bd19d178a8a
7 lines
143 B
Java
7 lines
143 B
Java
public class MyClass{
|
|
private final Integer <caret>myProperty;
|
|
|
|
public MyClass(Integer myProperty){
|
|
this.myProperty = myProperty;
|
|
}
|
|
} |