Skip to content

Commit 9bbfe20

Browse files
committed
Adding package-info.java files for two new packages
Signed-off-by: Rishikesh1159 <[email protected]>
1 parent ff91dec commit 9bbfe20

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
7+
*/
8+
9+
/** Package containing classes to implement a replication checkpoint */
10+
package org.opensearch.indices.replication.checkpoint;
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
7+
*/
8+
9+
/** Package containing classes to implement a copy of replication */
10+
package org.opensearch.indices.replication.copy;

0 commit comments

Comments
 (0)