mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
removed 'final' from Tasks to allow addition of custom data via
delegation Signed-off-by: muelder <andreas.muelder@itemis.de>
This commit is contained in:
parent
c863953d80
commit
da7604454d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue