diff options
Diffstat (limited to 'src/de/blinkt/openvpn/fragments/FileSelectionFragment.java')
-rw-r--r-- | src/de/blinkt/openvpn/fragments/FileSelectionFragment.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/de/blinkt/openvpn/fragments/FileSelectionFragment.java b/src/de/blinkt/openvpn/fragments/FileSelectionFragment.java index 15f7f709..864f24ce 100644 --- a/src/de/blinkt/openvpn/fragments/FileSelectionFragment.java +++ b/src/de/blinkt/openvpn/fragments/FileSelectionFragment.java @@ -22,12 +22,6 @@ import android.widget.TextView; import de.blinkt.openvpn.FileSelect; import de.blinkt.openvpn.R; -/** - * Activity para escolha de arquivos/diretorios. - * - * @author android - * - */ public class FileSelectionFragment extends ListFragment { private static final String ITEM_KEY = "key"; |