mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
moving tests
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
class Client {
|
||||
private Object myGen = new Object() {
|
||||
private String myT;
|
||||
|
||||
public String getT() {
|
||||
return myT;
|
||||
}
|
||||
|
||||
public void setT(String t) {
|
||||
myT = t;
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user