Reputation: 1195
How do I use @SuppressWarnings to hide this warning whenever I use normal for loops instead of functional operations in Java 8?
@SuppressWarnings
for
Upvotes: 2
Views: 922
Reputation: 7018
I found what appears to be the correct option:
Upvotes: 6