Skip to content

Commit 15c35c3

Browse files
author
jhpoelen
committed
fix typo
1 parent 8444d04 commit 15c35c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nomer/src/main/java/org/globalbioticinteractions/nomer/util/TermValidatorPredicates.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private static boolean validatePathIds(String line, Predicate<String> supportedI
6969
Pair.of(Objects::nonNull, "non empty"),
7070
Pair.of(VALID_NUMBER_OF_TERM_COLUMNS, "9 columns"),
7171
Pair.of(SUPPORTED_ID, "supported id"),
72-
Pair.of(PREFIXED_ID, "git gi id"),
72+
Pair.of(PREFIXED_ID, "prefixed id"),
7373
Pair.of(CONSISTENT_PATH, "consistent term path"),
7474
Pair.of(PATH_EXISTS, "non empty term path or path ids"),
7575
Pair.of(SUPPORTED_PATH_IDS, "supported path ids"),

0 commit comments

Comments
 (0)