Skip to content

Commit 0d65366

Browse files
committed
bf
1 parent cf300b6 commit 0d65366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/openstack/model/compute/nova/server/actions/GetConsoleOutputAction.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import javax.xml.bind.annotation.XmlElement;
88
import javax.xml.bind.annotation.XmlRootElement;
99

10+
import org.codehaus.jackson.annotate.JsonIgnore;
1011
import org.codehaus.jackson.map.annotate.JsonRootName;
1112
import org.openstack.model.compute.ServerAction;
1213

@@ -27,6 +28,7 @@ public void setLength(Integer length) {
2728
}
2829

2930
@Override
31+
@JsonIgnore(true)
3032
public Class<? extends Serializable> getReturnType() {
3133
return Output.class;
3234
}

0 commit comments

Comments
 (0)