From b284b841929c74a8e5273f8a31a26ed9bba5d139 Mon Sep 17 00:00:00 2001 From: wilderrodrigues Date: Wed, 6 May 2015 16:55:03 +0200 Subject: [PATCH] Fixing method call on KVMGuru to reach StorageSubSystemCommand --- .../cloudstack/storage/command/StorageSubSystemCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/org/apache/cloudstack/storage/command/StorageSubSystemCommand.java b/core/src/org/apache/cloudstack/storage/command/StorageSubSystemCommand.java index 6507bb08ccd..f50a5fb5759 100644 --- a/core/src/org/apache/cloudstack/storage/command/StorageSubSystemCommand.java +++ b/core/src/org/apache/cloudstack/storage/command/StorageSubSystemCommand.java @@ -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); } \ No newline at end of file