Skip to content

Commit

Permalink
adding @nullable to BaseDataObject tld to remove warning (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambish5 authored Jan 17, 2025
1 parent 5d50541 commit 59155fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emissary/core/BaseDataObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public class BaseDataObject implements Serializable, Cloneable, Remote, IBaseDat
@Nullable
protected SeekableByteChannelFactory seekableByteChannelFactory;


@Nullable
protected final IBaseDataObject tld;

protected enum DataState {
Expand Down

0 comments on commit 59155fd

Please sign in to comment.