Skip to content

Commit

Permalink
Fix faulty Javadoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare committed Sep 20, 2023
1 parent 21eecdc commit 9739280
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public final class ActivityManagerEvent {
/**
* Indicates whether enabled IDs of non-expression-controlled activities have
* changed. The value is calculated from changed enabled activity IDs given to
* the constructor if known by the caller or is set to <code>null</null> and
* the constructor if known by the caller or is set to <code>null</code> and
* will be calculated on demand upon first access to the value.
*/
private Boolean enabledNonExpressionControlledActivityIdsChanged = null;
Expand Down Expand Up @@ -315,7 +315,7 @@ public boolean haveEnabledActivityIdsChanged() {
* Returns whether or not enabledActivityIds property changed and any of the
* changed IDs belongs to a non-expression-controlled activity.
*
* @return <code>true>/code> iff the enabledActivityIds property changed and any
* @return <code>true</code> iff the enabledActivityIds property changed and any
* of the changed IDs belongs to a non-expression-controlled activity.
* @since 3.131
*/
Expand Down

0 comments on commit 9739280

Please sign in to comment.