Skip to content

Commit

Permalink
Added missing java docs
Browse files Browse the repository at this point in the history
Signed-off-by: Bukhtawar Khan <[email protected]>
  • Loading branch information
Bukhtawar committed Aug 9, 2022
1 parent 1e022c6 commit 8a56076
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
import java.util.function.LongConsumer;
import java.util.function.LongSupplier;

/**
* Translog Factory for the local on-disk {@link Translog}
*
* @opensearch.internal
*/
public class InternalTranslogFactory implements TranslogFactory {

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
import java.util.function.LongSupplier;

/**
* Simple Translog Factory
* Translog Factory to enable creation of various local on-disk
* and remote store flavors of {@link Translog}
*
* @opensearch.internal
*/
Expand Down

0 comments on commit 8a56076

Please sign in to comment.