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

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

Branch: refs/heads/master
Commit: 0eb2946c8289283d111eb65587dc76fd590b8a82
Parents: d08020c
Author: cihad guzel <cguz...@gmail.com>
Authored: Sun Aug 28 13:51:55 2016 +0300
Committer: cihad guzel <cguz...@gmail.com>
Committed: Sun Aug 28 13:51:55 2016 +0300

----------------------------------------------------------------------
 .../org/apache/gora/accumulo/package-info.java  | 20 +++++++++++++++++++
 .../gora/accumulo/store/package-info.java       | 21 ++++++++++++++++++++
 .../apache/gora/accumulo/util/package-info.java | 20 +++++++++++++++++++
 3 files changed, 61 insertions(+)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/gora/blob/0eb2946c/gora-accumulo/src/test/java/org/apache/gora/accumulo/store/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-accumulo/src/test/java/org/apache/gora/accumulo/store/package-info.java 
b/gora-accumulo/src/test/java/org/apache/gora/accumulo/store/package-info.java
new file mode 100644
index 0000000..0d0e818
--- /dev/null
+++ 
b/gora-accumulo/src/test/java/org/apache/gora/accumulo/store/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 unit tests for basic CRUD operations
+ * functionality of the Accumulo dataStore.
+ */
+package org.apache.gora.accumulo.store;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/0eb2946c/gora-accumulo/src/test/java/org/apache/gora/accumulo/util/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-accumulo/src/test/java/org/apache/gora/accumulo/util/package-info.java 
b/gora-accumulo/src/test/java/org/apache/gora/accumulo/util/package-info.java
new file mode 100644
index 0000000..a4f40d6
--- /dev/null
+++ 
b/gora-accumulo/src/test/java/org/apache/gora/accumulo/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 all the unit tests for utils of the Accumulo 
dataStore.
+ */
+package org.apache.gora.accumulo.util;
\ No newline at end of file

Reply via email to