Skip to content

Commit 8dfd31c

Browse files
committed
lint
1 parent 0d33073 commit 8dfd31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/requests/BaseGraphRequestAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public enum Clouds {
4040
* Map of valid cloud urls for use in Graph requests.
4141
* Accessible using a Clouds enum value.
4242
*/
43-
private static final EnumMap<Clouds, String> getCloudList() {
43+
private static EnumMap<Clouds, String> getCloudList() {
4444
EnumMap<Clouds, String> cloudList = new EnumMap<>(Clouds.class);
4545
cloudList.put( Clouds.GLOBAL_CLOUD, "https://graph.microsoft.com" );
4646
cloudList.put( Clouds.USGOV_CLOUD, "https://graph.microsoft.us");

0 commit comments

Comments
 (0)