This commit is contained in:
Lucio Lelii 2022-07-26 15:13:08 +02:00
parent 005ab73a33
commit ba2f8eb081
1 changed files with 0 additions and 6 deletions

View File

@ -33,10 +33,4 @@ public class TestSecret extends Secret {
public boolean isExpired() {
return false;
}
@Override
public boolean isRefreshable() {
return false;
}
}