Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2015-07-06 19:10:42 +0000
committerGerrit Code Review @ Eclipse.org2015-07-08 15:08:55 +0000
commit0c55f4494181d3fa1d32d1e9473188dd6554f8c7 (patch)
treecf88e5f8cbed459538007fdcffa7cf5ff464ae81 /org.eclipse.mylyn.tasks.core/src
parent4afe3ab740a245747cb08ef3606543f17571dd02 (diff)
downloadorg.eclipse.mylyn.tasks-0c55f4494181d3fa1d32d1e9473188dd6554f8c7.tar.gz
org.eclipse.mylyn.tasks-0c55f4494181d3fa1d32d1e9473188dd6554f8c7.tar.xz
org.eclipse.mylyn.tasks-0c55f4494181d3fa1d32d1e9473188dd6554f8c7.zip
Fix some API Analysis problems
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/src')
-rw-r--r--org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/data/TaskAttribute.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/data/TaskAttribute.java b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/data/TaskAttribute.java
index 7ea11c65e..16b01d754 100644
--- a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/data/TaskAttribute.java
+++ b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/data/TaskAttribute.java
@@ -134,9 +134,9 @@ public final class TaskAttribute {
* <br>
* Example: In Bugzilla we have COMPONENT, VERSION, TARGET_MILESTONE as depends on the PRODUCT. We can so update the
* options of the attributes to match the definition of the PRODUCT.
- *
+ *
* @see #BugzillaRestCreateTaskSchema
- * @since 3.16
+ * @since 3.17
*/
public static final String META_DEPENDS_ON_ATTRIBUTE_ID = "task.meta.dependson.attribute"; //$NON-NLS-1$

Back to the top