Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #368 from madhawap/master
Browse files Browse the repository at this point in the history
Removed unused constant
  • Loading branch information
chaturadilan authored Mar 30, 2017
2 parents 2a18dc3 + c13fe76 commit bc1885d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ public static final class RoleManagement {
= "/api/device-mgt/v1.0/roles?offset=0&limit=2";
public static final String SCOPE_ROLE_ENDPOINT = "/api/device-mgt/v1.0/roles/scopes";
public static final String ROLE_PAYLOAD_FILE_NAME = "role-payloads.json";
public static final String ROLE_RESPONSE_PAYLOAD
= "[{\"key\":\"role:view\",\"name\":\"View roles\",\"roles\":\"admin,manager\",\"description\":\"\"},{\"key\":\"role:manage\",\"name\":\"Add roles\",\"roles\":\"admin,manager\",\"description\":\"\"}]";
public static final String ROLE_RESPONSE_PAYLOAD_FILE_NAME = "role-response-payloads.json";
public static final String ROLE_ERRONEOUS_PAYLOAD_FILE_NAME = "role-erroneous-payloads.json";
public static final String ROLE_UPDATE_PAYLOAD_FILE_NAME = "role-update-payloads.json";
Expand Down

0 comments on commit bc1885d

Please sign in to comment.