fix Sonar critical issue - fix checkstyle issue

This commit is contained in:
atayal
2021-10-31 00:21:24 +05:30
parent 3476a80ef5
commit a845e67922

View File

@ -92,8 +92,10 @@ public class Commander {
private static final String ORDER = "Order ";
private static final String REQUEST_ID = " request Id: ";
private static final String ERROR_CONNECTING_MSG_SVC = ": Error in connecting to messaging service ";
private static final String TRY_CONNECTING_MSG_SVC = ": Trying to connect to messaging service..";
private static final String ERROR_CONNECTING_MSG_SVC =
": Error in connecting to messaging service ";
private static final String TRY_CONNECTING_MSG_SVC =
": Trying to connect to messaging service..";
Commander(EmployeeHandle empDb, PaymentService paymentService, ShippingService shippingService,
MessagingService messagingService, QueueDatabase qdb, int numOfRetries,