Skip to content

Commit

Permalink
Use proper class for logging (#3511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Aug 8, 2023
1 parent aa5aa39 commit 4a525f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
public class PDOKSearchClient extends SearchClient {

private static final Log log = LogFactory.getLog(SolrSearchClient.class);
private static final Log log = LogFactory.getLog(PDOKSearchClient.class);
private WKTReader2 wkt;
private String filter;
private static final String PDOK_URL="https://api.pdok.nl/bzk/locatieserver/search/v3_1/free";
Expand Down

0 comments on commit 4a525f2

Please sign in to comment.