Updated Branches: refs/heads/master 2ea876dfd -> e1bfcdc1b
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/e1bfcdc1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e1bfcdc1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e1bfcdc1 Branch: refs/heads/master Commit: e1bfcdc1be30e363d1a072af5d39374a710cbc65 Parents: 2ea876d Author: anthony <[email protected]> Authored: Wed Aug 15 13:53:43 2012 -0700 Committer: anthony <[email protected]> Committed: Wed Aug 15 13:53:43 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/e1bfcdc1/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;
