Fixing javadoc problem

This commit is contained in:
Christoph Büscher 2016-01-12 20:07:20 +01:00
parent ab456f6174
commit d7d3e5d441
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class LineStringBuilder extends CoordinateCollection<LineStringBuilder> {
* Per GeoJSON spec (http://geojson.org/geojson-spec.html#linestring) * Per GeoJSON spec (http://geojson.org/geojson-spec.html#linestring)
* a LineString must contain two or more coordinates * a LineString must contain two or more coordinates
* @param coordinates the initial list of coordinates * @param coordinates the initial list of coordinates
* @throw {@link IllegalArgumentException} if there are less then two coordinates defined * @throws IllegalArgumentException if there are less then two coordinates defined
*/ */
public LineStringBuilder(List<Coordinate> coordinates) { public LineStringBuilder(List<Coordinate> coordinates) {
super(coordinates); super(coordinates);