We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e6b1f commit 7978141Copy full SHA for 7978141
api/src/main/java/org/apache/cloudstack/api/response/NetworkResponse.java
@@ -27,12 +27,11 @@
27
import org.apache.cloudstack.api.EntityReference;
28
29
import com.cloud.network.Network;
30
-import com.cloud.projects.ProjectAccount;
31
import com.cloud.serializer.Param;
32
import com.google.gson.annotations.SerializedName;
33
34
@SuppressWarnings("unused")
35
-@EntityReference(value = {Network.class, ProjectAccount.class})
+@EntityReference(value = {Network.class})
36
public class NetworkResponse extends BaseResponseWithAssociatedNetwork implements ControlledEntityResponse, SetResourceIconResponse {
37
38
@SerializedName(ApiConstants.ID)
0 commit comments