mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 02:55:56 +01:00
Incorporate peer review
This commit is contained in:
@@ -56,6 +56,9 @@ public class SvnScmProtocolProviderWrapper extends InitializingHttpScmProtocolWr
|
||||
}
|
||||
|
||||
@Override
|
||||
/**
|
||||
* Overridden to return the systems temp directory for the key {@link PARAMETER_SVN_PARENTPATH}.
|
||||
*/
|
||||
public String getInitParameter(String key) {
|
||||
if (PARAMETER_SVN_PARENTPATH.equals(key)) {
|
||||
return System.getProperty("java.io.tmpdir");
|
||||
|
||||
Reference in New Issue
Block a user