From 8b417ff04c5faa4e90c67297f14236d5495ee164 Mon Sep 17 00:00:00 2001 From: Alex Huang Date: Fri, 17 Sep 2010 13:37:37 -0700 Subject: [PATCH] Changed Public network --- .../{PublicNetworkProfiler.java => PublicNetworkGuru.java} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename server/src/com/cloud/network/configuration/{PublicNetworkProfiler.java => PublicNetworkGuru.java} (95%) diff --git a/server/src/com/cloud/network/configuration/PublicNetworkProfiler.java b/server/src/com/cloud/network/configuration/PublicNetworkGuru.java similarity index 95% rename from server/src/com/cloud/network/configuration/PublicNetworkProfiler.java rename to server/src/com/cloud/network/configuration/PublicNetworkGuru.java index f3e0da7ded4..64e2aa7519c 100644 --- a/server/src/com/cloud/network/configuration/PublicNetworkProfiler.java +++ b/server/src/com/cloud/network/configuration/PublicNetworkGuru.java @@ -26,7 +26,7 @@ import com.cloud.vm.NicProfile; import com.cloud.vm.VirtualMachine; @Local(value={NetworkGuru.class, NetworkConcierge.class}) -public class PublicNetworkProfiler extends AdapterBase implements NetworkGuru, NetworkConcierge { +public class PublicNetworkGuru extends AdapterBase implements NetworkGuru, NetworkConcierge { @Inject DataCenterDao _dcDao; @Override @@ -38,7 +38,7 @@ public class PublicNetworkProfiler extends AdapterBase implements NetworkGuru, N return new NetworkConfigurationVO(offering.getTrafficType(), Mode.Static, BroadcastDomainType.Vlan, offering.getId(), plan.getDataCenterId()); } - protected PublicNetworkProfiler() { + protected PublicNetworkGuru() { super(); }