/* * Copyright (c) 2008-2015 EMC Corporation * All Rights Reserved */ package com.emc.storageos.model.dr; import javax.xml.bind.annotation.XmlRootElement; import com.emc.vipr.model.sys.NatCheckResponse; @XmlRootElement public class DRNatCheckResponse extends NatCheckResponse { }