Skip to content
Snippets Groups Projects
Commit 3d68ff87 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed wrong javadoc.

parent 2c93583d
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,7 @@ public class RuggedBuilder { ...@@ -292,7 +292,7 @@ public class RuggedBuilder {
* Note that this method is relevant <em>only</em> if the algorithm specified * Note that this method is relevant <em>only</em> if the algorithm specified
* in {@link #setAlgorithm(AlgorithmId)} is {@link * in {@link #setAlgorithm(AlgorithmId)} is {@link
* AlgorithmId#CONSTANT_ELEVATION_OVER_ELLIPSOID CONSTANT_ELEVATION_OVER_ELLIPSOID}. * AlgorithmId#CONSTANT_ELEVATION_OVER_ELLIPSOID CONSTANT_ELEVATION_OVER_ELLIPSOID}.
* If it is called for this algorithm, the elevation set here will be ignored. * If it is called for another algorithm, the elevation set here will be ignored.
* </p> * </p>
* @param constantElevation constant elevation to use * @param constantElevation constant elevation to use
* @return the builder instance * @return the builder instance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment