From db2a563b401e8676bd70b9119ad080d342cb23c8 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Mon, 22 Oct 2018 17:25:44 -0500 Subject: [PATCH] Removing underscore '_' from Classname Signed-off-by: Joakim Erdfelt --- ...okieCutter_LenientTest.java => CookieCutterLenientTest.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename jetty-http/src/test/java/org/eclipse/jetty/http/{CookieCutter_LenientTest.java => CookieCutterLenientTest.java} (99%) diff --git a/jetty-http/src/test/java/org/eclipse/jetty/http/CookieCutter_LenientTest.java b/jetty-http/src/test/java/org/eclipse/jetty/http/CookieCutterLenientTest.java similarity index 99% rename from jetty-http/src/test/java/org/eclipse/jetty/http/CookieCutter_LenientTest.java rename to jetty-http/src/test/java/org/eclipse/jetty/http/CookieCutterLenientTest.java index 46bbdc4e15d..5c07e6420f5 100644 --- a/jetty-http/src/test/java/org/eclipse/jetty/http/CookieCutter_LenientTest.java +++ b/jetty-http/src/test/java/org/eclipse/jetty/http/CookieCutterLenientTest.java @@ -34,7 +34,7 @@ import static org.hamcrest.Matchers.is; * Tests of poor various name=value scenarios and expectations of results * due to our efforts at being lenient with what we receive. */ -public class CookieCutter_LenientTest +public class CookieCutterLenientTest { public static Stream data() {