Skip to content

Commit 6dc784a

Browse files
jschoiRRDajeong-Park
authored andcommitted
소스 정리 및 코맨트 탭 삭제 이미지 툴팁 위치 변경 및 이미지 수정
1 parent 766a831 commit 6dc784a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/com/cloud/server/ManagementServerImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5937,7 +5937,7 @@ private LicenseCheckerResponse checkLicense(HostVO host) {
59375937
// "License error for host " + host.getName(),
59385938
// "License check failed: " + errorMessage
59395939
// );
5940-
} else {
5940+
} else {
59415941
boolean isExpired = jsonNode.get("expiry_date").asBoolean();
59425942
boolean isIssued = jsonNode.get("issued_date").asBoolean();
59435943
String expiryDateStr = jsonNode.get("expired").asText();
@@ -5987,7 +5987,7 @@ private LicenseCheckerResponse checkLicense(HostVO host) {
59875987
connection.disconnect();
59885988
}
59895989
}
5990-
return response;
5990+
return response;
59915991
} catch (Exception e) {
59925992
logger.error("Error checking license for host: " + host.getId(), e);
59935993
throw new CloudRuntimeException("라이선스 체크 실패: " + e.getMessage());

0 commit comments

Comments
 (0)