Skip to content

Commit

Permalink
Update core/src/main/java/hudson/model/UsageStatistics.java
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Beck <[email protected]>
  • Loading branch information
jtnord and daniel-beck authored Sep 19, 2023
1 parent e7e5154 commit 3c5ee51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/UsageStatistics.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public UsageStatistics(String keyImage) {
* Returns true if it's time for us to check for new version.
*/
public boolean isDue() {
// user opted out. no data collection, or FIPS is requested
// user opted out (explicitly or FIPS is requested). no data collection
if (!Jenkins.get().isUsageStatisticsCollected() || DISABLED || FIPS140.useCompliantAlgorithms()) {
return false;
}
Expand Down

0 comments on commit 3c5ee51

Please sign in to comment.