Issue #6021 - Addressing naming
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
48d296ac0c
commit
40e9cd08e1
|
@ -337,7 +337,7 @@ public class XmlConfiguration
|
|||
* @param dir the directory (should be a directory reference, does not have to exist)
|
||||
* @param destPath the destination path (can be relative or absolute, syntax depends on OS + FileSystem in use,
|
||||
* and does not need to exist)
|
||||
* @return String to resolved and normalized path, or null if baseDir or destPath is empty.
|
||||
* @return String to resolved and normalized path, or null if dir or destPath is empty.
|
||||
*/
|
||||
public static String resolvePath(String dir, String destPath)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue