Skip to content

Commit 78a9db8

Browse files
committed
suppress warning: StringSplitter
1 parent 731521a commit 78a9db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/de/irgendwr/TelegramSender.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public void proxyPassword(String password) {
5757
proxyPassword = password;
5858
}
5959

60+
@SuppressWarnings("StringSplitter")
6061
public void sendMessage(String chatID, String message) throws TelegramSenderException {
6162
final CloseableHttpClient client;
6263

0 commit comments

Comments
 (0)