diff options
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/java/org/openoffice/test/FileHelper.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotest/source/java/org/openoffice/test/FileHelper.java b/unotest/source/java/org/openoffice/test/FileHelper.java index 8b3d7049980c..0f21684db290 100644 --- a/unotest/source/java/org/openoffice/test/FileHelper.java +++ b/unotest/source/java/org/openoffice/test/FileHelper.java @@ -18,12 +18,12 @@ package org.openoffice.test; -/** +/* * Helper Functions for File handling */ public class FileHelper { - /** + /* * Concat a _sRelativePathToAdd to a _sPath and append a '/' to the _sPath only if need. * * @return a right concated path |