Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Duchoň committed Sep 13, 2017
1 parent 333f6dc commit 024689e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/treechopper/common/handler/TreeHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class TreeHandler {
private static Map<UUID, Tree> m_Trees = new HashMap<>();
private Tree tree;

public static <T> T getLastElement(final Iterable<T> elements) {
private static <T> T getLastElement(final Iterable<T> elements) {
final Iterator<T> itr = elements.iterator();
T lastElement = itr.next();

Expand Down

0 comments on commit 024689e

Please sign in to comment.