mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3433: Relax the same package restriction for Command and its derived classes in ArrayTypeAdaptor<T>
This commit is contained in:
parent
7d8f6c7022
commit
120b8d409f
|
|
@ -22,7 +22,6 @@ import java.util.ArrayList;
|
|||
import java.util.Iterator;
|
||||
import java.util.Map;
|
||||
|
||||
import com.cloud.agent.api.Command;
|
||||
import com.cloud.utils.exception.CloudRuntimeException;
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gson.JsonArray;
|
||||
|
|
@ -38,7 +37,6 @@ public class ArrayTypeAdaptor<T> implements JsonDeserializer<T[]>, JsonSerialize
|
|||
|
||||
protected Gson _gson = null;
|
||||
|
||||
|
||||
public ArrayTypeAdaptor() {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue