Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vinogradov committed Jul 24, 2024
1 parent 93d2e74 commit 532f2a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ public byte[] getValBytes() {
return valBytes;
}

/** TODO {@inheritDoc} */
/** TODO @inheritDoc} */
public byte getPreviousStateMetadataType() {
return prevStateMetaType;
}

/** TODO {@inheritDoc} */
/** TODO @inheritDoc} */
public byte[] getPreviousStateMetadataBytes() {
return prevStateMetaBytes;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public Object unwrappedValue() {
}
}

/** TODO {@inheritDoc} */
/** TODO @inheritDoc} */
public Object unwrappedPreviousStateMetadata() {
try {
return unwrapValue(prevStateMeta, keepBinary, cacheObjValCtx);
Expand Down

0 comments on commit 532f2a2

Please sign in to comment.