return null;
}
- public ResourceSorter getSorter() {
+ public ResourceSorter getSorter() {
return null;
}
return phpResourcesView.getAdapter(arg0);
}
+ //It was missing ?
+ public boolean isLinkingEnabled() {
+ return false;
+ }
+
+ //It was missing ?
+ public void setLinkingEnabled(boolean b) {
+ }
}
}
\ No newline at end of file