Bug 12777 - Add storage network configuration into CloudStack

fix an additional comma blocking Ant on Windows
This commit is contained in:
frank 2012-01-06 16:54:51 -08:00
parent 1355a7d622
commit 721ced96ec
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import javax.persistence.Table;
@Table(name="dc_storage_network_ip_range")
@SecondaryTables({@SecondaryTable(name="networks", pkJoinColumns={@PrimaryKeyJoinColumn(name="network_id", referencedColumnName="id")}),
@SecondaryTable(name="host_pod_ref", pkJoinColumns={@PrimaryKeyJoinColumn(name="pod_id", referencedColumnName="id")}),
@SecondaryTable(name="data_center", pkJoinColumns={@PrimaryKeyJoinColumn(name="data_center_id", referencedColumnName="id")}),
@SecondaryTable(name="data_center", pkJoinColumns={@PrimaryKeyJoinColumn(name="data_center_id", referencedColumnName="id")})
})
public class StorageNetworkIpRangeVO implements StorageNetworkIpRange {
@Id