Updated Branches: refs/heads/vmsync 3174134b3 -> e22e58b58
Added RAT Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e22e58b5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e22e58b5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e22e58b5 Branch: refs/heads/vmsync Commit: e22e58b5838830fa6355468923d0b4d77afa67cc Parents: 3174134 Author: Alex Huang <alex.hu...@gmail.com> Authored: Tue Jun 25 04:18:40 2013 -0700 Committer: Alex Huang <alex.hu...@gmail.com> Committed: Tue Jun 25 04:18:40 2013 -0700 ---------------------------------------------------------------------- .../com/cloud/async/AsyncJobTestConfiguration.java | 2 +- .../com/cloud/vm/VmWorkTestWorkJobDispatcher.java | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e22e58b5/server/test/com/cloud/async/AsyncJobTestConfiguration.java ---------------------------------------------------------------------- diff --git a/server/test/com/cloud/async/AsyncJobTestConfiguration.java b/server/test/com/cloud/async/AsyncJobTestConfiguration.java index 3aade13..4b74615 100644 --- a/server/test/com/cloud/async/AsyncJobTestConfiguration.java +++ b/server/test/com/cloud/async/AsyncJobTestConfiguration.java @@ -6,7 +6,7 @@ // "License"); you may not use this file except in compliance // with the License. You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICEN SE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e22e58b5/server/test/com/cloud/vm/VmWorkTestWorkJobDispatcher.java ---------------------------------------------------------------------- diff --git a/server/test/com/cloud/vm/VmWorkTestWorkJobDispatcher.java b/server/test/com/cloud/vm/VmWorkTestWorkJobDispatcher.java index 36e5aa7..493ff39 100644 --- a/server/test/com/cloud/vm/VmWorkTestWorkJobDispatcher.java +++ b/server/test/com/cloud/vm/VmWorkTestWorkJobDispatcher.java @@ -1,4 +1,19 @@ -package com.cloud.vm; +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License.package com.cloud.vm; import org.apache.log4j.Logger;