File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
app/core/src/main/java/stirling/software/SPDF Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,9 @@ private void checkAndRefreshExplorer() {
227227 if (!existingPids
228228 .contains (
229229 pid )) {
230- log .debug ("Found new explorer.exe with PID: {}" , pid );
230+ log .debug (
231+ "Found new explorer.exe with PID: {}" ,
232+ pid );
231233 ProcessBuilder
232234 killProcess =
233235 new ProcessBuilder (
@@ -245,7 +247,9 @@ private void checkAndRefreshExplorer() {
245247 2 ,
246248 TimeUnit
247249 .SECONDS );
248- log .debug ("Explorer process terminated: {}" , pid );
250+ log .debug (
251+ "Explorer process terminated: {}" ,
252+ pid );
249253 }
250254 }
251255 }
Original file line number Diff line number Diff line change 2323
2424import stirling .software .SPDF .model .api .misc .MetadataRequest ;
2525import stirling .software .common .service .CustomPDFDocumentFactory ;
26+ import stirling .software .common .service .PdfMetadataService ;
2627import stirling .software .common .util .GeneralUtils ;
2728import stirling .software .common .util .RegexPatternUtils ;
28- import stirling .software .common .service .PdfMetadataService ;
2929import stirling .software .common .util .WebResponseUtils ;
3030import stirling .software .common .util .propertyeditor .StringToMapPropertyEditor ;
3131
You can’t perform that action at this time.
0 commit comments