Cleanup comments
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
8fc7dd3d42
commit
ed02961315
2 changed files with 2 additions and 12 deletions
|
@ -30,19 +30,12 @@ import java.util.Stack
|
||||||
/**
|
/**
|
||||||
* A fragment representing a list of Items.
|
* A fragment representing a list of Items.
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* Large screen devices (such as tablets) are supported by replacing the ListView with a
|
* Large screen devices (such as tablets) are supported by replacing the ListView with a
|
||||||
* GridView.
|
* GridView.
|
||||||
*
|
*
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
class PasswordFragment
|
|
||||||
/**
|
class PasswordFragment : Fragment() {
|
||||||
* Mandatory empty constructor for the fragment manager to instantiate the fragment (e.g. upon
|
|
||||||
* screen orientation changes).
|
|
||||||
*/
|
|
||||||
: Fragment() {
|
|
||||||
// store the pass files list in a stack
|
// store the pass files list in a stack
|
||||||
private var passListStack: Stack<ArrayList<PasswordItem>> = Stack()
|
private var passListStack: Stack<ArrayList<PasswordItem>> = Stack()
|
||||||
private var pathStack: Stack<File> = Stack()
|
private var pathStack: Stack<File> = Stack()
|
||||||
|
|
|
@ -28,12 +28,9 @@ import java.util.Stack
|
||||||
/**
|
/**
|
||||||
* A fragment representing a list of Items.
|
* A fragment representing a list of Items.
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* Large screen devices (such as tablets) are supported by replacing the ListView with a
|
* Large screen devices (such as tablets) are supported by replacing the ListView with a
|
||||||
* GridView.
|
* GridView.
|
||||||
*
|
*
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class SelectFolderFragment : Fragment() {
|
class SelectFolderFragment : Fragment() {
|
||||||
|
|
Loading…
Reference in a new issue