68697071727374757677
public AutodiscoveryPortlet() { super(true); //initialize the datasource to include Portlet instance this.dataSource = new AutodiscoveryQueueDataSource(getTreeGrid()); if (getTreeGrid() != null) { getTreeGrid().setDataSource(getDataSource()); } }