changed due to new security library
This commit is contained in:
parent
a0a58f344b
commit
28bb027c85
|
@ -30,9 +30,11 @@ public class ICSecret extends Secret{
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean isExpired() {
|
||||
return false;
|
||||
public boolean isValid() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue