Skip to content

Commit d550897

Browse files
authored
Merge pull request #775 from AzureAD/release/1.0.0
Removed unused constant
2 parents ca6712c + bb08a4f commit d550897

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msal/src/main/java/com/microsoft/identity/client/PublicClientApplication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ private static class NONNULL_CONSTANTS{
191191
* Constant used to signal a home account's tenant id should be used when performing cache
192192
* lookups relative to creating OperationParams.
193193
*/
194-
private static final String FORCE_HOME_LOOKUP = "force_home_lookup";
195194

196195
private static final String TSL_MSG_FAILED_TO_SAVE
197196
= "Failed to save FRT - see getCause() for additional Exception info";

0 commit comments

Comments
 (0)