Explorar el Código

Java Doc added

Andy Scherzinger hace 10 años
padre
commit
4ff231f256
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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);