mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8656: removed redundant implements
This commit is contained in:
parent
16330e92da
commit
8e3b99d0d6
|
|
@ -27,7 +27,7 @@ import org.apache.log4j.Logger;
|
|||
|
||||
import com.cloud.utils.exception.CloudRuntimeException;
|
||||
|
||||
public abstract class Upgrade30xBase extends LegacyDbUpgrade implements DbUpgrade {
|
||||
public abstract class Upgrade30xBase extends LegacyDbUpgrade {
|
||||
|
||||
final static Logger s_logger = Logger.getLogger(Upgrade30xBase.class);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue