Fixing compilation
This commit is contained in:
parent
9f06f6c493
commit
1c1f1da349
|
|
@ -101,11 +101,9 @@ public class GATKDoclet {
|
||||||
return m;
|
return m;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void processDocs(RootDoc rootDoc) {
|
protected void processDocs(RootDoc rootDoc) {
|
||||||
// setup the global access to the root
|
// setup the global access to the root
|
||||||
this.rootDoc = rootDoc;
|
this.rootDoc = rootDoc;
|
||||||
super.loadData(rootDoc, false);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// basic setup
|
// basic setup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue