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/vpc Commit: 6cc8896f965981be5815d009a0317d8568d7c543 Parents: 57ab399 Author: Hugo Trippaers <[email protected]> Authored: Fri Jul 6 10:03:51 2012 -0400 Committer: David Nalley <[email protected]> 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 };
