refactoring
This commit is contained in:
parent
6deac29a6d
commit
f26ff8d544
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue