Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
foal committed Dec 11, 2020
1 parent aff2c41 commit f8fa76f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import com.google.gwt.junit.client.GWTTestCase;

public class GwtTest extends AbstractTest {

private static Logger LOGGER = LoggerFactory.getLogger(GWTTestCase.class);
private static Logger LOGGER = LoggerFactory.getLogger(GwtTest.class);

@Test
public void testLogging() {
Expand Down

0 comments on commit f8fa76f

Please sign in to comment.