Fixing javadoc problem
This commit is contained in:
parent
ab456f6174
commit
d7d3e5d441
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue