GORA-490 added missing package-info files for gora-dynamodb
Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/5c0cc79a Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/5c0cc79a Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/5c0cc79a Branch: refs/heads/master Commit: 5c0cc79a1734a0ccdea2aabe22a312ba4a67ca48 Parents: cbd8ad0 Author: cihad guzel <[email protected]> Authored: Sun Aug 28 13:53:54 2016 +0300 Committer: cihad guzel <[email protected]> Committed: Sun Aug 28 13:53:54 2016 +0300 ---------------------------------------------------------------------- .../example/generated/package-info.java | 20 ++++++++++++++++++++ .../org/apache/gora/dynamodb/package-info.java | 20 ++++++++++++++++++++ .../org/apache/gora/dynamodb/package-info.java | 2 ++ 3 files changed, 42 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/5c0cc79a/gora-dynamodb/src/examples/java/org/apache/gora/dynamodb/example/generated/package-info.java ---------------------------------------------------------------------- diff --git a/gora-dynamodb/src/examples/java/org/apache/gora/dynamodb/example/generated/package-info.java b/gora-dynamodb/src/examples/java/org/apache/gora/dynamodb/example/generated/package-info.java new file mode 100644 index 0000000..fb54e4a --- /dev/null +++ b/gora-dynamodb/src/examples/java/org/apache/gora/dynamodb/example/generated/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains generated example persistent objects for dynamodb. + */ +package org.apache.gora.dynamodb.example.generated; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/5c0cc79a/gora-dynamodb/src/main/java/org/apache/gora/dynamodb/package-info.java ---------------------------------------------------------------------- diff --git a/gora-dynamodb/src/main/java/org/apache/gora/dynamodb/package-info.java b/gora-dynamodb/src/main/java/org/apache/gora/dynamodb/package-info.java new file mode 100644 index 0000000..9471042 --- /dev/null +++ b/gora-dynamodb/src/main/java/org/apache/gora/dynamodb/package-info.java @@ -0,0 +1,20 @@ +/** + * 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. + */ +/** + * This package contains DynamoDB datastore related all classes. + */ +package org.apache.gora.dynamodb; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/gora/blob/5c0cc79a/gora-dynamodb/src/test/java/org/apache/gora/dynamodb/package-info.java ---------------------------------------------------------------------- diff --git a/gora-dynamodb/src/test/java/org/apache/gora/dynamodb/package-info.java b/gora-dynamodb/src/test/java/org/apache/gora/dynamodb/package-info.java index 707876f..5aabfe2 100644 --- a/gora-dynamodb/src/test/java/org/apache/gora/dynamodb/package-info.java +++ b/gora-dynamodb/src/test/java/org/apache/gora/dynamodb/package-info.java @@ -17,5 +17,7 @@ /** * Tests for <code>gora-dynamodb</code> including * the test driver for {@link org.apache.gora.dynamodb.GoraDynamoDBTestDriver} + * and all the unit tests for basic CRUD operations functionality of the + * DynamoDB dataStore. */ package org.apache.gora.dynamodb; \ No newline at end of file
