Skip to content

Commit

Permalink
removed 'final' from Tasks to allow addition of custom data via
Browse files Browse the repository at this point in the history
delegation

Signed-off-by: muelder <andreas.muelder@itemis.de>
  • Loading branch information
andreasmuelder committed May 18, 2015
1 parent ac757b9 commit 1130775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.eclipse.xtend.lib.annotations.Accessors
* @since 2.6
*/
@Accessors
final class Task {
class Task {
TaskTag tag;
String description;
int lineNumber;
Expand Down

0 comments on commit 1130775

Please sign in to comment.