Skip to content

Commit c723860

Browse files
committed
Fix missing annotation
1 parent 4749ea1 commit c723860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/common/CompressedAndEncryptedSerializerState.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* Information on intended / found serialization format: compressed and/or encrypted.
2727
*/
28+
@API(API.Status.INTERNAL)
2829
public class CompressedAndEncryptedSerializerState {
2930
private boolean compressed;
3031
private boolean encrypted;

0 commit comments

Comments
 (0)