Browse Source

Java Doc added

Andy Scherzinger 9 years ago
parent
commit
4ff231f256
1 changed files with 3 additions and 0 deletions
  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);