浏览代码

add javaDoc comment

AndyScherzinger 6 年之前
父节点
当前提交
a00b89f972
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/owncloud/android/ui/helpers/FileOperationsHelper.java

+ 1 - 1
src/main/java/com/owncloud/android/ui/helpers/FileOperationsHelper.java

@@ -85,7 +85,7 @@ import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
 /**
- *
+ * Helper implementation for file operations localy and remote.
  */
 public class FileOperationsHelper {