Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mat1e committed May 18, 2021
1 parent c68dd08 commit e6902d4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ class MicroserviceHttpClient {
/** application/json */
private static final String JSON_CONTENT_TYPE = "application/json"

/** array of success status of an HTTP response */
private static final List<Integer> SUCCESS_STATUS = [200, 201, 202, 204]

/** token */
private static final String TOKEN_HEADER = "token"

Expand Down

0 comments on commit e6902d4

Please sign in to comment.