- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Dictionary d =
new Hashtable()
Bundle bundle;bundle.getHeaders()
new Properties()
- Smart code suggestions by Codota
}
protected boolean isScrollTimedOut(String scrollId, CursorResult<C, O> cursorResult) { if (cursorResult.timedOut()) { if (unregisterCursor(scrollId)) { log.warn("Scroll '" + scrollId + "' timed out"); } return true; } return false; }