Skip to content

Commit

Permalink
made getInternalWrapper nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoMarlir committed May 21, 2024
1 parent 82e6ae4 commit 4748254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface ICloudNode {
fun getName(): String
fun getId(): UUID
fun getAddress(): String
fun getInternalWrapper(): ICloudWrapper
fun getInternalWrapper(): ICloudWrapper?
fun isHeadNode(): Boolean
fun isFallbackHeadNode(): Boolean
fun disconnect()
Expand Down

0 comments on commit 4748254

Please sign in to comment.