if null must not be returned, null must not be returned (#875)
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>pull/893/head
parent
0fc38a910b
commit
361d42b20a
|
@ -179,7 +179,7 @@ public final class AccessTokenResponse implements Serializable, Cloneable {
|
|||
try {
|
||||
return super.clone();
|
||||
} catch (CloneNotSupportedException e) {
|
||||
return null; // not possible
|
||||
throw new IllegalStateException("not possible", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue