diff --git a/FETCH_HEAD b/FETCH_HEAD new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/fix-stringutils-split b/fix-stringutils-split new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/test/org/apache/tomcat/util/buf/TestStringUtils.java b/test/org/apache/tomcat/util/buf/TestStringUtils.java index b7ac950a2655..a4d22f022218 100644 --- a/test/org/apache/tomcat/util/buf/TestStringUtils.java +++ b/test/org/apache/tomcat/util/buf/TestStringUtils.java @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.apache.tomcat.util.buf; import java.util.Collection; @@ -74,4 +75,4 @@ public void testNullIterableCharFunctionStringBuilder() { StringUtils.join((Iterable) null, ',', null, sb); Assert.assertEquals("", sb.toString()); } -} +} \ No newline at end of file