Skip to content

Commit

Permalink
Suppress the for-loop warnings since it is a conscious performance ch…
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarouli authored Dec 12, 2024
1 parent ddb9413 commit e518eec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
* Note: This class is performance sensitive, so we pay extra attention on the data structure usage and we avoid streams and iterators
* when possible in favor of the classic for-i loops.
*/
@SuppressWarnings("ForLoopReplaceableByForEach")
public class IndexNameExpressionResolver {
private static final DeprecationLogger deprecationLogger = DeprecationLogger.getLogger(IndexNameExpressionResolver.class);

Expand Down

0 comments on commit e518eec

Please sign in to comment.