Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Dover (0.03 sec)

  1. EsAbstractBehavior.java

    final List<? extends RESULT> list = delegateSelectList(cb, entityType); L115: if (list.isEmpty()) { L116: return null; L117: } L118: if (list.size() >= 2) { L119: String msg = "The size of selected list is over 1: " + list.size(); L120: throw new FetchingOverSafetySizeException(msg, 1); // immediately caught by caller and translated L121: } L122: return list.get(0); L123: } L124: L125: @Override L126: protected <RESULT extends...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      26.4K bytes
  2. EsAbstractBehavior.java

    final List<? extends RESULT> list = delegateSelectList(cb, entityType); L115: if (list.isEmpty()) { L116: return null; L117: } L118: if (list.size() >= 2) { L119: String msg = "The size of selected list is over 1: " + list.size(); L120: throw new FetchingOverSafetySizeException(msg, 1); // immediately caught by caller and translated L121: } L122: return list.get(0); L123: } L124: L125: @Override L126: protected <RESULT extends...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      26.4K bytes
  3. EsAbstractBehavior.java

    final List<? extends RESULT> list = delegateSelectList(cb, entityType); L115: if (list.isEmpty()) { L116: return null; L117: } L118: if (list.size() >= 2) { L119: String msg = "The size of selected list is over 1: " + list.size(); L120: throw new FetchingOverSafetySizeException(msg, 1); // immediately caught by caller and translated L121: } L122: return list.get(0); L123: } L124: L125: @Override L126: protected <RESULT extends...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      26.4K bytes
Back to top