Skip to content

Commit

Permalink
fix missingjavadoc again
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed May 29, 2023
1 parent b30610c commit 0336cf0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
import java.io.ByteArrayOutputStream;
import java.io.OutputStream;

/**
* Server specific utilities for BytesReference objects
*
* @opensearch.internal
*/
public class BytesReferenceUtil {
/**
* Convert an {@link XContentBuilder} into a BytesReference. This method closes the builder,
Expand Down

0 comments on commit 0336cf0

Please sign in to comment.