Skip to content

Commit

Permalink
Add some moar debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Dec 21, 2024
1 parent 641a38c commit 6384d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/info/freelibrary/iiif/webrepl/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ private String getImports() throws IOException {
* @return A list of Java imports
* @throws IOException If there is trouble reading the imports file
*/
@SuppressWarnings(PMD.SYSTEM_PRINTLN)
@SuppressWarnings({ PMD.SYSTEM_PRINTLN, Sonar.SYSTEM_OUT_ERR })
private String getImports(final String aSnippet) throws IOException {
File importsFile = Path.of("/etc/jshell/imports.jsh").toFile();

Expand Down

0 comments on commit 6384d45

Please sign in to comment.