Repository: gora
Updated Branches:
  refs/heads/master 72ce897f9 -> 259f16353


GORA-490 added 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/a0249c07
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/a0249c07
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/a0249c07

Branch: refs/heads/master
Commit: a0249c07592f3f0932cdbb2b2f89cf3d85530705
Parents: 72ce897
Author: cihad guzel <cguz...@gmail.com>
Authored: Wed Aug 24 01:19:38 2016 +0300
Committer: cihad guzel <cguz...@gmail.com>
Committed: Thu Aug 25 01:37:56 2016 +0300

----------------------------------------------------------------------
 .../apache/gora/couchdb/query/package-info.java | 21 ++++++++++++++++++++
 .../apache/gora/couchdb/store/package-info.java | 20 +++++++++++++++++++
 .../util/CouchDBObjectMapperFactory.java        |  4 +++-
 .../apache/gora/couchdb/util/package-info.java  | 20 +++++++++++++++++++
 .../apache/gora/couchdb/store/package-info.java | 20 +++++++++++++++++++
 5 files changed, 84 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/a0249c07/gora-couchdb/src/main/java/org/apache/gora/couchdb/query/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-couchdb/src/main/java/org/apache/gora/couchdb/query/package-info.java 
b/gora-couchdb/src/main/java/org/apache/gora/couchdb/query/package-info.java
new file mode 100644
index 0000000..e684d41
--- /dev/null
+++ b/gora-couchdb/src/main/java/org/apache/gora/couchdb/query/package-info.java
@@ -0,0 +1,21 @@
+/**
+ * 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 all the CouchDB store query representation class as 
well as Result set representing class
+ * when query is executed over the CouchDB dataStore.
+ */
+package org.apache.gora.couchdb.query;
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/gora/blob/a0249c07/gora-couchdb/src/main/java/org/apache/gora/couchdb/util/CouchDBObjectMapperFactory.java
----------------------------------------------------------------------
diff --git 
a/gora-couchdb/src/main/java/org/apache/gora/couchdb/util/CouchDBObjectMapperFactory.java
 
b/gora-couchdb/src/main/java/org/apache/gora/couchdb/util/CouchDBObjectMapperFactory.java
index 1e447d9..0fd3efa 100644
--- 
a/gora-couchdb/src/main/java/org/apache/gora/couchdb/util/CouchDBObjectMapperFactory.java
+++ 
b/gora-couchdb/src/main/java/org/apache/gora/couchdb/util/CouchDBObjectMapperFactory.java
@@ -25,7 +25,8 @@ import org.ektorp.impl.ObjectMapperFactory;
 import org.ektorp.impl.jackson.EktorpJacksonModule;
 
 /**
- *
+ * This class is implemantation of {@link org.ektorp.impl.ObjectMapperFactory}.
+ * Created a object mapper instance.
  */
 public class CouchDBObjectMapperFactory implements ObjectMapperFactory {
 
@@ -34,6 +35,7 @@ public class CouchDBObjectMapperFactory implements 
ObjectMapperFactory {
 
   /**
    * Create a object mapper instance
+   *
    * @return
    */
   public synchronized ObjectMapper createObjectMapper() {

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

http://git-wip-us.apache.org/repos/asf/gora/blob/a0249c07/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
new file mode 100644
index 0000000..33b1b03
--- /dev/null
+++ b/gora-couchdb/src/test/java/org/apache/gora/couchdb/store/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 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