Minor
This commit is contained in:
@ -38,7 +38,7 @@ public class Version {
|
|||||||
if (is != null) {
|
if (is != null) {
|
||||||
loadVersion(version, is);
|
loadVersion(version, is);
|
||||||
} else {
|
} else {
|
||||||
LOGGER.warn("No version resource at " + versionPath + " Trying to load it from the main package...");
|
LOGGER.warn("No version resource at {} Trying to load it from the main package...", versionPath);
|
||||||
final InputStream oldStream = Version.class.getResourceAsStream(VERSION_FILE);
|
final InputStream oldStream = Version.class.getResourceAsStream(VERSION_FILE);
|
||||||
if (oldStream != null)
|
if (oldStream != null)
|
||||||
loadVersion(version, oldStream);
|
loadVersion(version, oldStream);
|
||||||
|
Reference in New Issue
Block a user