Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Nov 7, 2024
1 parent eda76da commit 04351fd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ private LicenseTO loadLicense(LicenseEntity entity) throws IOException {
licenseTO.setContact(entity.getContact());
licenseTO.setVendor(entity.getApplicant());

if (!isVersionSupported(Container.VERSION.substring(1), properties.getProperty("supportVersion"))) {
return INVALID_LICENSE;
}
// if (!isVersionSupported(Container.VERSION.substring(1), properties.getProperty("supportVersion"))) {
// return INVALID_LICENSE;
// }
return licenseTO;
}

Expand Down

0 comments on commit 04351fd

Please sign in to comment.