PlotSquared icon indicating copy to clipboard operation
PlotSquared copied to clipboard

Replace guava usage in ForceFieldListener with Java's Stream API

Open NotMyFault opened this issue 3 years ago • 0 comments

https://github.com/IntellectualSites/PlotSquared/blob/v6/Bukkit/src/main/java/com/plotsquared/bukkit/listener/ForceFieldListener.java#L42 can easily be replaced with Java's Stream API and doesn't need to rely on guava's Iterables.

NotMyFault avatar Aug 27 '22 08:08 NotMyFault