mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
[tests] javadoc highlighting tests merger and cleanup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class Test {
|
||||
private int myFoo;
|
||||
|
||||
public int getFoo() {
|
||||
return myFoo;
|
||||
}
|
||||
|
||||
public void setFoo(int foo) {
|
||||
myFoo = foo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user