Fixing method call on KVMGuru to reach StorageSubSystemCommand

This commit is contained in:
wilderrodrigues 2015-05-06 16:55:03 +02:00
parent 74ad48db55
commit b284b84192

View File

@ -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);
}