~david-ergo/astrid/removed-attributes-sync-fix

« back to all changes in this revision

Viewing changes to src/com/timsu/astrid/data/task/TaskModelForEdit.java

  • Committer: Tim Su
  • Date: 2009-12-21 04:25:46 UTC
  • mfrom: (225.1.26 2.10.1)
  • Revision ID: tim@todoroo.com-20091221042546-0v926l6yzpdwrti3
Released 2.10.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    }
119
119
 
120
120
    @Override
 
121
    public int getProgressPercentage() {
 
122
        return super.getProgressPercentage();
 
123
    }
 
124
 
 
125
    @Override
121
126
    public TaskIdentifier getBlockingOn() {
122
127
        return super.getBlockingOn();
123
128
    }