From 7135977cb7d0381b21026527cf7645e4d5464a1b Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 7 Dec 2023 11:26:18 +0100 Subject: [PATCH] [sinttest] Make AbstractMultiUserChatIntegrationTest abstract --- .../smackx/muc/AbstractMultiUserChatIntegrationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smack-integration-test/src/main/java/org/jivesoftware/smackx/muc/AbstractMultiUserChatIntegrationTest.java b/smack-integration-test/src/main/java/org/jivesoftware/smackx/muc/AbstractMultiUserChatIntegrationTest.java index 5b2879c63..22316ed6e 100644 --- a/smack-integration-test/src/main/java/org/jivesoftware/smackx/muc/AbstractMultiUserChatIntegrationTest.java +++ b/smack-integration-test/src/main/java/org/jivesoftware/smackx/muc/AbstractMultiUserChatIntegrationTest.java @@ -1,6 +1,6 @@ /** * - * Copyright 2021 Florian Schmaus + * Copyright 2021-2023 Florian Schmaus * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ import org.jxmpp.jid.parts.Resourcepart; import org.jxmpp.stringprep.XmppStringprepException; -public class AbstractMultiUserChatIntegrationTest extends AbstractSmackIntegrationTest { +public abstract class AbstractMultiUserChatIntegrationTest extends AbstractSmackIntegrationTest { final String randomString = StringUtils.insecureRandomString(6);