Skip to content

Commit fcdd064

Browse files
jasonjohbaywet
andauthored
Update app/src/main/java/com/azuresamples/msalandroidapp/StaticTokenAuthProvider.java
Co-authored-by: Vincent Biret <vincentbiret@hotmail.com>
1 parent b126dc9 commit fcdd064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/azuresamples/msalandroidapp/StaticTokenAuthProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
*/
4848
public class StaticTokenAuthProvider extends BaseAuthenticationProvider {
4949

50-
private String mAccessToken;
50+
private final String mAccessToken;
5151

5252
public StaticTokenAuthProvider(String accessToken) {
5353
mAccessToken = accessToken;

0 commit comments

Comments
 (0)