mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
29-UpdatePluginsAndDependencies
This commit is contained in:
parent
07240d76fe
commit
a6238b6a0c
3 changed files with 8 additions and 4 deletions
|
|
@ -102,7 +102,7 @@ class CheckHandler extends BaseHandler {
|
|||
if (path.equalsIgnoreCase("/")) {
|
||||
return "supplied_instance_" + counter.incrementAndGet();
|
||||
}
|
||||
return path.substring((path.lastIndexOf('/') + 1));
|
||||
return path.substring(path.lastIndexOf('/') + 1);
|
||||
}
|
||||
|
||||
private static int resolveStatus(final Result result) {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ org.slf4j.simpleLogger.showLogName=false
|
|||
org.slf4j.simpleLogger.showShortLogName=false
|
||||
org.slf4j.simpleLogger.levelInBrackets=true
|
||||
#
|
||||
# Licensed to the Koordinierungsstelle f<EFBFBD>r IT-Standards (KoSIT) under
|
||||
# Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
|
||||
# one or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. KoSIT licenses this file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue