X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webservices%2Fcompbio%2Fdata%2Fmsa%2Fjaxws%2FPullExecStatistics.java;h=7ab918b1bc814635fc112aaf7127cbb402bcab0b;hb=3644426ec0e9e9ceb798bd426085d8d9dd8dbb56;hp=db1be6e0df65912935faa526dfc159498f08f745;hpb=535359a3d592ee41bda72e7356f0181f6cee9d07;p=jabaws.git diff --git a/webservices/compbio/data/msa/jaxws/PullExecStatistics.java b/webservices/compbio/data/msa/jaxws/PullExecStatistics.java index db1be6e..7ab918b 100644 --- a/webservices/compbio/data/msa/jaxws/PullExecStatistics.java +++ b/webservices/compbio/data/msa/jaxws/PullExecStatistics.java @@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; -@XmlRootElement(name = "pullExecStatistics", namespace = "http://msa.data.compbio/01/01/2010/") +@XmlRootElement(name = "pullExecStatistics", namespace = "http://msa.data.compbio/01/12/2010/") @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "pullExecStatistics", namespace = "http://msa.data.compbio/01/01/2010/", propOrder = { +@XmlType(name = "pullExecStatistics", namespace = "http://msa.data.compbio/01/12/2010/", propOrder = { "jobId", "position" })