mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 14:19:24 +00:00
fixed test
This commit is contained in:
parent
2cd9873519
commit
c9482cbbe2
@ -372,7 +372,8 @@ public class ApplicationProperties {
|
|||||||
public String getBaseTmpDir() {
|
public String getBaseTmpDir() {
|
||||||
return baseTmpDir != null && !baseTmpDir.isEmpty()
|
return baseTmpDir != null && !baseTmpDir.isEmpty()
|
||||||
? baseTmpDir
|
? baseTmpDir
|
||||||
: java.lang.System.getProperty("java.io.tmpdir") + "stirling-pdf";
|
: java.lang.System.getProperty("java.io.tmpdir").replaceAll("/+$", "")
|
||||||
|
+ "/stirling-pdf";
|
||||||
}
|
}
|
||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user