Skip to content

Commit

Permalink
Add package info file in client/rest module
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Zurowski <[email protected]>
  • Loading branch information
gzurowski committed May 11, 2021
1 parent 42ca0ec commit 9bbb5c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/rest/src/main/java/org/opensearch/client/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/

/**
* REST client that connects to an OpenSearch cluster.
*/
package org.opensearch.client;

0 comments on commit 9bbb5c9

Please sign in to comment.