Skip to content

Commit

Permalink
Workaround alkacon#31: dummy implementation of getResults
Browse files Browse the repository at this point in the history
See alkacon#31: `I_CmsResourceCollector` has been extended. There is no implementation yet for a new method.
  • Loading branch information
gallardo committed Oct 6, 2014
1 parent 98dffd7 commit e448802
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,9 @@ private List<CmsCollectorConfiguration> readConfigurationFromFile(CmsObject cms,
return result;
}

/** XXX: Workaround <a href="https://github.com/alkacon/alkacon-oamp/issues/31">#31</a> */
@Override
public List<CmsResource> getResults(CmsObject cms, String collectorName, String params, int numResults) throws CmsException {
throw new UnsupportedOperationException("Not supported yet.");
}
}

0 comments on commit e448802

Please sign in to comment.