This commit is contained in:
Tienan Chen 2013-09-11 15:42:47 +08:00
parent 354050b2e9
commit 068efeb49d
2 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,8 @@
package org.bench4q.master.api.model;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import com.sun.xml.internal.txw2.annotation.XmlElement;
@XmlRootElement
public class MonitorModel {
private String hostName;

View File

@ -1,9 +1,8 @@
package org.bench4q.master.api.model;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import com.sun.xml.internal.txw2.annotation.XmlElement;
@XmlRootElement
public class ScriptBriefResultModel {
private int totalSuccessCount;