You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2019/01/20 07:15:18 UTC

[incubator-iotdb] branch delete_dev1 updated: fix the header error in package-info of modification

This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a commit to branch delete_dev1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/delete_dev1 by this push:
     new dbcf2ed  fix the header error in package-info of modification
dbcf2ed is described below

commit dbcf2edf038694dedb9f67c2bef4b64a72440d68
Author: 江天 <jt...@163.com>
AuthorDate: Sun Jan 20 15:14:38 2019 +0800

    fix the header error in package-info of modification
---
 .../main/java/org/apache/iotdb/db/engine/modification/package-info.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iotdb/src/main/java/org/apache/iotdb/db/engine/modification/package-info.java b/iotdb/src/main/java/org/apache/iotdb/db/engine/modification/package-info.java
index 49697e1..4bf8677 100644
--- a/iotdb/src/main/java/org/apache/iotdb/db/engine/modification/package-info.java
+++ b/iotdb/src/main/java/org/apache/iotdb/db/engine/modification/package-info.java
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * <p>
- * modification is the functional module responsible for processing UPDATE and DELETE.
  */
 
 /**