mirror of https://github.com/apache/jclouds.git
remove spurious xml annotation and fix catalog test
This commit is contained in:
parent
7291c7af4c
commit
d62d9c9cf0
|
@ -24,7 +24,6 @@ import java.net.URI;
|
|||
import java.util.Set;
|
||||
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
|
||||
import com.google.common.base.Objects;
|
||||
import com.google.common.base.Objects.ToStringHelper;
|
||||
|
@ -38,7 +37,6 @@ import com.google.common.base.Objects.ToStringHelper;
|
|||
*
|
||||
* @author danikov
|
||||
*/
|
||||
@XmlRootElement(name = "Catalog")
|
||||
public class CatalogType<T extends CatalogType<T>> extends EntityType<T> {
|
||||
|
||||
public static <T extends CatalogType<T>> Builder<T> builder() {
|
||||
|
|
|
@ -460,6 +460,7 @@ public class CatalogClientExpectTest extends BaseVCloudDirectorRestClientExpectT
|
|||
.build())
|
||||
.build())
|
||||
.description("Testing")
|
||||
.isPublished(false)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue