owners-common/src/main/java/com/googlesource/gerrit/owners/common/PathOwners.java [118:127]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              .map(
                  conf ->
                      new PathOwnersEntry(
                          rootPath,
                          conf,
                          accounts,
                          Collections.emptySet(),
                          Collections.emptySet(),
                          Collections.emptySet()))
              .orElse(new PathOwnersEntry());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



owners-common/src/main/java/com/googlesource/gerrit/owners/common/PathOwners.java [131:140]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              .map(
                  conf ->
                      new PathOwnersEntry(
                          rootPath,
                          conf,
                          accounts,
                          Collections.emptySet(),
                          Collections.emptySet(),
                          Collections.emptySet()))
              .orElse(new PathOwnersEntry());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



