added missing class name SearchPatternTest

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2018-03-08 08:28:12 +11:00
parent bfbe52754b
commit 946341bf85
1 changed files with 1 additions and 2 deletions

View File

@ -18,14 +18,13 @@
package org.eclipse.jetty.util; package org.eclipse.jetty.util;
import static org.junit.Assert.*;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
public class public class SearchPatternTest
{ {