Skip to content

Commit cce5c85

Browse files
rpdomeCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 683d985 commit cce5c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/microsoft/identity/common/adal/internal/PowerManagerWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public boolean isIgnoringBatteryOptimizations(final Context connectionContext) {
147147
*
148148
* @param packageName The package name to check.
149149
* @param context The context to use for PowerManager.
150-
* @return "OptedOut" if the app is opted out, "NotOptedOut" if not, or exception type string.
150+
* @return "OptOut" if the app is opted out, "NotOptOut" if not, or exception type string.
151151
*/
152152
public String isAppOptedOutFromBatteryOptimization(@NonNull final String packageName, @NonNull final Context context) {
153153
final String methodTag = TAG + ":isAppOptedOutFromBatteryOptimization";

0 commit comments

Comments
 (0)