mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
10 lines
132 B
Java
10 lines
132 B
Java
public class Extracted {
|
|
private int myT;
|
|
|
|
public Extracted() {
|
|
}
|
|
|
|
public int getMyT() {
|
|
return myT;
|
|
}
|
|
} |