Skip to content

Commit

Permalink
Fix logger name
Browse files Browse the repository at this point in the history
jampukka committed Mar 16, 2022
1 parent 6c71401 commit 135b50b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@

public class OskariWFSClient {

private static final Logger LOG = LogFactory.getLogger(OskariWFS110Client.class);
private static final Logger LOG = LogFactory.getLogger(OskariWFSClient.class);
private static final String EXC_HANDLING_OUTPUTFORMAT = "outputformat";
private static final TypeReference<HashMap<String, Object>> TYPE_REF = new TypeReference<HashMap<String, Object>>() {};
private static final ObjectMapper OM = new ObjectMapper();

0 comments on commit 135b50b

Please sign in to comment.