浏览代码

Java Doc added

Andy Scherzinger 9 年之前
父节点
当前提交
4ff231f256
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/com/owncloud/android/ui/fragment/OCFileListFragment.java

+ 3 - 0
src/com/owncloud/android/ui/fragment/OCFileListFragment.java

@@ -334,6 +334,9 @@ public class OCFileListFragment extends ExtendedListFragment implements FileActi
         }
     }
 
+    /**
+     * {@inheritDoc}
+     */
     @Override
     public boolean onFileActionChosen(int menuId, int filePosition) {
         mTargetFile = (OCFile) mAdapter.getItem(filePosition);