Skip to content

Commit

Permalink
Removed the deprecated annotation from Record and RecordMetadata as t…
Browse files Browse the repository at this point in the history
…hese are currently still very necessary. Resolves opensearch-project#3536. (opensearch-project#3540)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Oct 23, 2023
1 parent e79add6 commit 2f8372b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* TODO: The current implementation focuses on proving the bare bones for which this class only need to
* TODO: support sample test cases.
*/
@Deprecated
public class Record<T> {
private final T data;
private final RecordMetadata metadata;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* The <b>RecordMetadata</b> class provides a wrapper around the ImmutableMap making metadata management easier for the
* user to access.
*/
@Deprecated
public class RecordMetadata {
private static final RecordMetadata DEFAULT_METADATA = new RecordMetadata();

Expand Down

0 comments on commit 2f8372b

Please sign in to comment.