Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matzon committed Jun 7, 2016
1 parent 4be4912 commit f08386c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/java/io/jsonwebtoken/impl/JwtMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,12 @@ public String toString() {
}

@Override
public int hashCode()
{
public int hashCode() {
return map.hashCode();
}

@Override
public boolean equals(Object obj)
{
public boolean equals(Object obj) {
return map.equals(obj);
}
}

0 comments on commit f08386c

Please sign in to comment.