mirror of https://github.com/jwtk/jjwt.git
formatting
This commit is contained in:
parent
4be4912cb2
commit
f08386c63b
|
@ -157,14 +157,12 @@ public class JwtMap implements Map<String,Object> {
|
|||
}
|
||||
|
||||
@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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue