Skip to content

Commit

Permalink
chore: add more information for javadocs (#3989)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Jan 16, 2024
1 parent cfc7e33 commit 00c6129
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<artifactId>opendal-java</artifactId>
<version>0.44.1</version>

<name>Apache OpenDAL</name>
<name>Apache OpenDAL</name>
<description>
OpenDAL is a data access layer that allows users to
Apache OpenDAL is a data access layer that allows users to
easily and efficiently retrieve data from various storage services in a unified way.
</description>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
* 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.
*/

/**
* Wrappers to configure the underneath layers.
*/
package org.apache.opendal.layer;
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

/**
* This package contains Java bindings over <a href="https://opendal.apache.org/">OpenDAL</a>
* via Java Native Interface (JNI).
* JNI-based Java binding for <a href="https://opendal.apache.org/">Apache OpenDAL™</a>.
*/
package org.apache.opendal;

0 comments on commit 00c6129

Please sign in to comment.