refactor
This commit is contained in:
parent
354050b2e9
commit
068efeb49d
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue