mirror of https://github.com/apache/cloudstack.git
Fixing method call on KVMGuru to reach StorageSubSystemCommand
This commit is contained in:
parent
74ad48db55
commit
b284b84192
|
|
@ -22,5 +22,5 @@ package org.apache.cloudstack.storage.command;
|
|||
import com.cloud.agent.api.Command;
|
||||
|
||||
public abstract class StorageSubSystemCommand extends Command {
|
||||
abstract void setExecuteInSequence(boolean inSeq);
|
||||
public abstract void setExecuteInSequence(boolean inSeq);
|
||||
}
|
||||
Loading…
Reference in New Issue