Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added FETCH_HEAD
Empty file.
Empty file added fix-stringutils-split
Empty file.
3 changes: 2 additions & 1 deletion test/org/apache/tomcat/util/buf/TestStringUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -74,4 +75,4 @@ public void testNullIterableCharFunctionStringBuilder() {
StringUtils.join((Iterable<String>) null, ',', null, sb);
Assert.assertEquals("", sb.toString());
}
}
}