Skip to content

Commit f86d940

Browse files
author
Tobias Burdow [Kaleidox]
committed
Removed unneccessary SuppressWarnings
1 parent 33565e2 commit f86d940

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/codebottle/api/CodeBottle.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public CodeBottle waitForLazyLoading() {
5151
return this;
5252
}
5353

54-
@SuppressWarnings("ConstantConditions")
5554
public Optional<String> getToken() {
5655
return Optional.ofNullable(token);
5756
}

0 commit comments

Comments
 (0)