Skip to content

Commit

Permalink
Remove this to make it consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ameenhere committed Jan 3, 2025
1 parent ef7e0ac commit e872f18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ public boolean hasTrackedEntityType() {

/** Indicates whether this parameters specifies a max TE limit. */
public boolean hasMaxTeLimit() {
return this.maxTeLimit > 0;
return maxTeLimit > 0;
}

/** Indicates whether this parameters is of the given organisation unit mode. */
Expand Down

0 comments on commit e872f18

Please sign in to comment.