mirror of https://github.com/apache/cloudstack.git
MockConfigurationDaoImpl: Fix build issue, add base class method
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
cafe881acb
commit
8d016d035b
|
|
@ -107,4 +107,8 @@ public class MockConfigurationDaoImpl extends GenericDaoBase<ConfigurationVO, S
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void invalidateCache() {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue