adapt to new API
This commit is contained in:
parent
5c46e4a8af
commit
b4cfbc4a54
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ public class FixedPassListPassStore implements PassStore {
|
|||
// no effect in this impl
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deleteCacheForId(String id) {
|
||||
// no effect in this impl
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deleteCache() {
|
||||
// no effect in this impl
|
||||
|
|
Loading…
Reference in a new issue