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/microsoft/aad/msal4j/IllegalArgumentExceptionMessages.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ class IllegalArgumentExceptionMessages {
7
7
8
8
finalstaticStringAUTHORITY_URI_EMPTY_PATH_SEGMENT = "Authority Uri should not have empty path segments";
9
9
10
-
finalstaticStringAUTHORITY_URI_MISSING_PATH_SEGMENT = "Authority Uri must have a least one path segment. This is usually 'common' or the application's tenant id.";
10
+
finalstaticStringAUTHORITY_URI_MISSING_PATH_SEGMENT = "Authority Uri must have at least one path segment. This is usually 'common' or the application's tenant id.";
11
11
12
12
finalstaticStringAUTHORITY_URI_EMPTY_PATH = "Authority Uri should have at least one segment in the path";
0 commit comments