updated for changes on the interface

This commit is contained in:
Lucio Lelii 2022-07-26 15:12:15 +02:00
parent e9ab6d4048
commit a79f29e50e
1 changed files with 0 additions and 6 deletions

View File

@ -34,11 +34,5 @@ public class ICSecret extends Secret{
return false;
}
@Override
public boolean isRefreshable() {
return false;
}
}