Java Doc added
authorAndy Scherzinger <info@andy-scherzinger.de>
Mon, 17 Aug 2015 14:00:16 +0000 (16:00 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Mon, 17 Aug 2015 14:00:16 +0000 (16:00 +0200)
src/com/owncloud/android/ui/fragment/OCFileListFragment.java

index 5228e25..65f8e11 100644 (file)
@@ -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);