refactoring

This commit is contained in:
rusefillc 2021-10-07 15:46:38 -04:00
parent 6deac29a6d
commit f26ff8d544
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class rusEFIVersion {
} else {
throw new IllegalArgumentException("Unhandled url protocol: " +
resource.getProtocol() + " for class: " +
clazz.getName() + " resource: " + resource.toString());
clazz.getName() + " resource: " + resource);
}
}
}