* Fix #3099 * Fix: checkstyle * Fix. * Fix #3144 * Update * Fix bugs. * Change I18N * Fix #3164 * Delete State.SEALED * fix typo --------- Co-authored-by: Glavo <zjx001202@gmail.com>
This commit is contained in:
@@ -296,8 +296,8 @@ public class Version implements Comparable<Version>, Validation {
|
||||
}
|
||||
|
||||
if (patches == null) {
|
||||
// This is a version from external launcher.
|
||||
thisVersion = thisVersion.merge(this, true);
|
||||
// This is a version from external launcher. NO need to resolve the patches.
|
||||
return thisVersion;
|
||||
} else if (!patches.isEmpty()) {
|
||||
// Assume patches themselves do not have patches recursively.
|
||||
List<Version> sortedPatches = patches.stream()
|
||||
|
||||
Reference in New Issue
Block a user