You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/07/06 16:04:02 UTC

git commit: package statement was removed during a license update

Updated Branches:
  refs/heads/master 57ab39937 -> 6cc8896f9


package statement was removed during a license update


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6cc8896f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6cc8896f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6cc8896f

Branch: refs/heads/master
Commit: 6cc8896f965981be5815d009a0317d8568d7c543
Parents: 57ab399
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Jul 6 10:03:51 2012 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Fri Jul 6 10:03:51 2012 -0400

----------------------------------------------------------------------
 .../service/core/s3/S3CopyObjectRequest.java       |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6cc8896f/awsapi/src/com/cloud/bridge/service/core/s3/S3CopyObjectRequest.java
----------------------------------------------------------------------
diff --git a/awsapi/src/com/cloud/bridge/service/core/s3/S3CopyObjectRequest.java b/awsapi/src/com/cloud/bridge/service/core/s3/S3CopyObjectRequest.java
index 00f947f..590aca8 100644
--- a/awsapi/src/com/cloud/bridge/service/core/s3/S3CopyObjectRequest.java
+++ b/awsapi/src/com/cloud/bridge/service/core/s3/S3CopyObjectRequest.java
@@ -14,6 +14,7 @@
 // KIND, either express or implied.  See the License for the
 // specific language governing permissions and limitations
 // under the License.
+package com.cloud.bridge.service.core.s3;
 
 public class S3CopyObjectRequest extends S3Request {
 	public enum MetadataDirective { COPY, REPLACE  };