Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-11-25 04:38:47 +0000
committerrelves2006-11-25 04:38:47 +0000
commitabd31503ed82bc8cdfa8aea805c213c0c1fd97d9 (patch)
tree3795a5897fa274f084e07eb67c8c324bf7d7214e /org.eclipse.mylyn.tasks.core/src
parent5e1f8e5875f122a1909254ac657361b4d5d0916f (diff)
downloadorg.eclipse.mylyn.tasks-abd31503ed82bc8cdfa8aea805c213c0c1fd97d9.tar.gz
org.eclipse.mylyn.tasks-abd31503ed82bc8cdfa8aea805c213c0c1fd97d9.tar.xz
org.eclipse.mylyn.tasks-abd31503ed82bc8cdfa8aea805c213c0c1fd97d9.zip
RESOLVED - bug 161479: Bugzilla: Add reply option to task editor
https://bugs.eclipse.org/bugs/show_bug.cgi?id=161479
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/src')
-rw-r--r--org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/RepositoryTaskAttribute.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/RepositoryTaskAttribute.java b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/RepositoryTaskAttribute.java
index 98f85e220..7e1177c68 100644
--- a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/RepositoryTaskAttribute.java
+++ b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/RepositoryTaskAttribute.java
@@ -24,7 +24,7 @@ import java.util.Map;
*/
public class RepositoryTaskAttribute implements Serializable {
- private static final long serialVersionUID = 6383803506644618720L;
+ private static final long serialVersionUID = 6383803576644618720L;
/**
* Key for the author of a comment.

Back to the top