1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

[github ci] Build also with Java 21

This commit is contained in:
Florian Schmaus 2024-09-25 15:15:04 +02:00
parent 348a3ab091
commit 2eddf1949a
72 changed files with 99 additions and 17 deletions

View file

@ -294,6 +294,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
*
* @param config the connection configuration.
*/
@SuppressWarnings("this-escape")
public XMPPTCPConnection(XMPPTCPConnectionConfiguration config) {
super(config);
this.config = config;