소스 검색

Java Doc added

Andy Scherzinger 10 년 전
부모
커밋
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);