diff options
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/java/org/openoffice/test/FileHelper.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unotest/source/java/org/openoffice/test/FileHelper.java b/unotest/source/java/org/openoffice/test/FileHelper.java index 55b54d936faf..6fd46304be9f 100644 --- a/unotest/source/java/org/openoffice/test/FileHelper.java +++ b/unotest/source/java/org/openoffice/test/FileHelper.java @@ -29,8 +29,6 @@ public class FileHelper /** * Concat a _sRelativePathToAdd to a _sPath and append a '/' to the _sPath only if need. * - * @param _sPath - * @param _sRelativePathToAdd * @return a right concated path */ public static String appendPath(String _sPath, String _sRelativePathToAdd) |