Skip to content

Commit 9739280

Browse files
committed
Fix faulty Javadoc comments
1 parent 21eecdc commit 9739280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityManagerEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class ActivityManagerEvent {
4545
/**
4646
* Indicates whether enabled IDs of non-expression-controlled activities have
4747
* 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
4949
* will be calculated on demand upon first access to the value.
5050
*/
5151
private Boolean enabledNonExpressionControlledActivityIdsChanged = null;
@@ -315,7 +315,7 @@ public boolean haveEnabledActivityIdsChanged() {
315315
* Returns whether or not enabledActivityIds property changed and any of the
316316
* changed IDs belongs to a non-expression-controlled activity.
317317
*
318-
* @return <code>true>/code> iff the enabledActivityIds property changed and any
318+
* @return <code>true</code> iff the enabledActivityIds property changed and any
319319
* of the changed IDs belongs to a non-expression-controlled activity.
320320
* @since 3.131
321321
*/

0 commit comments

Comments
 (0)