Skip to content

Commit db9e0f1

Browse files
imran-ishaqyurem
andauthored
feat(jans-fido2): resolved java docs-alignment issue (#13108)
Signed-off-by: imran <[email protected]> Co-authored-by: YuriyM <[email protected]>
1 parent 69e5364 commit db9e0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎jans-fido2/server/src/main/java/io/jans/fido2/service/metric/Fido2MetricsService.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public void createMonthlyAggregation(LocalDateTime month) {
285285
/**
286286
* Get aggregations by time range
287287
* Uses interval overlap logic: finds aggregations that overlap with the query range
288-
* An aggregation overlaps if: aggregation.startTime <= queryEndTime AND aggregation.endTime >= queryStartTime
288+
* An aggregation overlaps if: aggregation.startTime &lt;= queryEndTime AND aggregation.endTime &gt;= queryStartTime
289289
*/
290290
public List<Fido2MetricsAggregation> getAggregations(String aggregationType, LocalDateTime startTime, LocalDateTime endTime) {
291291
try {

0 commit comments

Comments
 (0)