File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public final class ActivityManagerEvent {
45
45
/**
46
46
* Indicates whether enabled IDs of non-expression-controlled activities have
47
47
* changed. The value is calculated from changed enabled activity IDs given to
48
- * the constructor if known by the caller or is set to <code>null</null > and
48
+ * the constructor if known by the caller or is set to <code>null</code > and
49
49
* will be calculated on demand upon first access to the value.
50
50
*/
51
51
private Boolean enabledNonExpressionControlledActivityIdsChanged = null ;
@@ -315,7 +315,7 @@ public boolean haveEnabledActivityIdsChanged() {
315
315
* Returns whether or not enabledActivityIds property changed and any of the
316
316
* changed IDs belongs to a non-expression-controlled activity.
317
317
*
318
- * @return <code>true> /code> iff the enabledActivityIds property changed and any
318
+ * @return <code>true< /code> iff the enabledActivityIds property changed and any
319
319
* of the changed IDs belongs to a non-expression-controlled activity.
320
320
* @since 3.131
321
321
*/
You can’t perform that action at this time.
0 commit comments