mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-13 17:14:09 +07:00
14 lines
189 B
Java
14 lines
189 B
Java
public class Extracted {
|
|
int myT;
|
|
|
|
public int getMyT() {
|
|
return myT;
|
|
}
|
|
|
|
public void setMyT(int myT) {
|
|
this.myT = myT;
|
|
}
|
|
|
|
public Extracted() {
|
|
}
|
|
} |