Dropping email address by default.

pull/14/head
Tim Su 15 years ago
parent a38e8cb57b
commit 747febb162

@ -65,7 +65,7 @@ import com.timsu.astrid.utilities.DialogUtilities;
/**
* List all tags and allows a user to see all tasks for a given tag
*
* @author Tim Su (timsu@stanfordalumni.org)
* @author timsu
*
*/
public class TagListSubActivity extends SubActivity {

@ -49,7 +49,7 @@ import com.timsu.astrid.utilities.StartupReceiver;
* to flip between child views, which in this case are the TaskListSubActivity
* and the TagListSubActivity.
*
* @author Tim Su (timsu@stanfordalumni.org)
* @author timsu
*/
public class TaskList extends Activity {

@ -74,7 +74,7 @@ import com.timsu.astrid.widget.NumberPickerDialog.OnNumberPickedListener;
* Primary view for the Astrid Application. Lists all of the tasks in the
* system, and allows users to interact with them.
*
* @author Tim Su (timsu@stanfordalumni.org)
* @author timsu
*
*/
public class TaskListSubActivity extends SubActivity {

Loading…
Cancel
Save