Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for or_else (0.15 sec)

  1. src/main/java/org/codelibs/fess/app/logic/AccessContextLogic.java

                final AppTypeSupplier appTypeSupplier) {
            final StringBuilder sb = new StringBuilder();
            sb.append(userTypeSupplier.supply().orElse("_"));
            sb.append(",").append(appTypeSupplier.supply()).append(",").append(resource.getModuleName());
            final String trace = sb.toString();
            final int columnSize = 200;
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.2K bytes
    - Viewed (0)
Back to top