You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/contentstack/cms/core/ErrorMessages.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ private ErrorMessages() {
19
19
publicstaticfinalStringOAUTH_ORG_EMPTY = "organizationUid can not be empty";
20
20
21
21
publicstaticfinalStringPRIVATE_CONSTRUCTOR = "This class cannot be instantiated. Use the static methods to continue.";
22
-
publicstaticfinalStringPRIVATE_CONSTRUCTOR_DETAILED = "This private constructor cannot be accessed outside the class. Use the public methods instead.";
23
22
23
+
publicstaticfinalStringALIAS_UID_REQUIRED = "Alias UID is required. Provide a valid Alias UID and try again.";
24
24
publicstaticfinalStringASSET_UID_REQUIRED = "Asset UID is required. Provide a valid Asset UID and try again.";
25
25
publicstaticfinalStringLOG_ITEM_UID_REQUIRED = "Log Item UID is required. Provide a valid Log Item UID and try again.";
26
26
publicstaticfinalStringBRANCH_UID_REQUIRED = "Branch UID is required. Provide a valid Branch UID and try again.";
0 commit comments