Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jan 26, 2024
1 parent c2a2328 commit 8af78f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/src/main/java/org/fao/geonet/api/site/LogUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@
import org.fao.geonet.exceptions.OperationAbortedEx;
import org.fao.geonet.kernel.setting.Settings;
import org.fao.geonet.repository.SettingRepository;
import org.springframework.beans.BeansException;

import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URISyntaxException;
import java.net.URL;
import java.nio.file.Paths;
import java.util.Optional;

/**
Expand Down

0 comments on commit 8af78f2

Please sign in to comment.