Updated Branches: refs/heads/4.0 c2ec3f728 -> 63b7ed511
fix a typo Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/63b7ed51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/63b7ed51 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/63b7ed51 Branch: refs/heads/4.0 Commit: 63b7ed51154352eaa26ffc6041296d804f38ca1f Parents: c087c56 Author: anthony <[email protected]> Authored: Wed Aug 15 13:53:43 2012 -0700 Committer: Alex Huang <[email protected]> Committed: Wed Aug 15 14:11:55 2012 -0700 ---------------------------------------------------------------------- .../agent/api/routing/SetSourceNatAnswer.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/63b7ed51/api/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java ---------------------------------------------------------------------- diff --git a/api/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java b/api/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java index 9a33669..2b361e2 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;
