Skip to content

Commit

Permalink
Removed null
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiEXLab committed Sep 13, 2016
1 parent fff5794 commit 75a1a70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/games/strategy/triplea/ui/RouteOptimizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ public List<Line2D> getAllNormalizedLines(double[] xcoords, double[] ycoords) {
result.add(new Line2D.Double(points[0], points[1]));
}
}
result.forEach(e -> e = null);
return result;
}
}

0 comments on commit 75a1a70

Please sign in to comment.