From cc4bec97c25d59a69da3adaa42a812fdb04fd858 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Mon, 3 Oct 2016 05:48:51 +0200 Subject: [PATCH] Fixed test. --- test/FooSandbox.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FooSandbox.java b/test/FooSandbox.java index 259bdef..33492d4 100644 --- a/test/FooSandbox.java +++ b/test/FooSandbox.java @@ -21,7 +21,7 @@ import fr.devinsy.kiss4web.KissDispatcherUtils; /** * Kiss4Web tests. */ -class FooSandbox +public class FooSandbox { private static org.apache.log4j.Logger logger;