diff --git a/scim2-sdk-common/src/test/java/com/unboundid/scim2/common/StaticUtilsTest.java b/scim2-sdk-common/src/test/java/com/unboundid/scim2/common/StaticUtilsTest.java index aec51122..d0161341 100644 --- a/scim2-sdk-common/src/test/java/com/unboundid/scim2/common/StaticUtilsTest.java +++ b/scim2-sdk-common/src/test/java/com/unboundid/scim2/common/StaticUtilsTest.java @@ -1,3 +1,20 @@ +/* + * Copyright 2024 Ping Identity Corporation + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License (GPLv2 only) + * or the terms of the GNU Lesser General Public License (LGPLv2.1 only) + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see . + */ + package com.unboundid.scim2.common; import org.testng.annotations.Test; @@ -8,6 +25,9 @@ public class StaticUtilsTest { + /** + * Unit test for the {@code splitCommaSeparatedString()} method. + */ @Test public void testSplitCommaSeparatedString() {