From 63b7ed51154352eaa26ffc6041296d804f38ca1f Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 15 Aug 2012 13:53:43 -0700 Subject: [PATCH] fix a typo --- api/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java b/api/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java index 9a336696a48..2b361e2eea5 100644 --- a/api/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java +++ b/api/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.agent.api; +package com.cloud.agent.api.routing; import com.cloud.agent.api.routing.SetSourceNatCommand;