GORA-490 added missing package-info files for gora-couchdb

Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/cbd8ad0e
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/cbd8ad0e
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/cbd8ad0e

Branch: refs/heads/master
Commit: cbd8ad0ed04a4f47f7a48f50c10f62507a0c725d
Parents: e97ecf1
Author: cihad guzel <cguz...@gmail.com>
Authored: Sun Aug 28 13:53:20 2016 +0300
Committer: cihad guzel <cguz...@gmail.com>
Committed: Sun Aug 28 13:53:20 2016 +0300

----------------------------------------------------------------------
 .../org/apache/gora/couchdb/package-info.java   | 20 ++++++++++++++++++++
 .../apache/gora/couchdb/store/package-info.java |  3 ++-
 2 files changed, 22 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/cbd8ad0e/gora-couchdb/src/main/java/org/apache/gora/couchdb/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-couchdb/src/main/java/org/apache/gora/couchdb/package-info.java 
b/gora-couchdb/src/main/java/org/apache/gora/couchdb/package-info.java
new file mode 100644
index 0000000..df7f177
--- /dev/null
+++ b/gora-couchdb/src/main/java/org/apache/gora/couchdb/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 CouchDB datastore related all classes.
+ */
+package org.apache.gora.couchdb;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/cbd8ad0e/gora-couchdb/src/test/java/org/apache/gora/couchdb/store/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-couchdb/src/test/java/org/apache/gora/couchdb/store/package-info.java 
b/gora-couchdb/src/test/java/org/apache/gora/couchdb/store/package-info.java
index 33b1b03..dafd7a3 100644
--- a/gora-couchdb/src/test/java/org/apache/gora/couchdb/store/package-info.java
+++ b/gora-couchdb/src/test/java/org/apache/gora/couchdb/store/package-info.java
@@ -15,6 +15,7 @@
  * limitations under the License.
  */
 /**
- * This package contains all the unit tests for basic CRUD operations 
functionality of the CouchDB dataStore.
+ * This package contains all the unit tests for basic CRUD operations
+ * functionality of the CouchDB dataStore.
  */
 package org.apache.gora.couchdb.store;
\ No newline at end of file

Reply via email to