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

Typos.

parent c5735900
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ public class LOSBuilder { ...@@ -118,7 +118,7 @@ public class LOSBuilder {
private final Vector3D[] los; private final Vector3D[] los;
/** Simple constructor. /** Simple constructor.
* @param raw raw direction * @param raw raw directions
* @param transforms transforms to apply (must be time-independent!) * @param transforms transforms to apply (must be time-independent!)
*/ */
public FixedLOS(final List<Vector3D> raw, final List<LOSTransform> transforms) { public FixedLOS(final List<Vector3D> raw, final List<LOSTransform> transforms) {
...@@ -158,7 +158,7 @@ public class LOSBuilder { ...@@ -158,7 +158,7 @@ public class LOSBuilder {
private final LOSTransform[] transforms; private final LOSTransform[] transforms;
/** Simple constructor. /** Simple constructor.
* @param raw raw direction * @param raw raw directions
* @param transforms transforms to apply * @param transforms transforms to apply
*/ */
public TransformsSequenceLOS(final List<Vector3D> raw, final List<LOSTransform> transforms) { public TransformsSequenceLOS(final List<Vector3D> raw, final List<LOSTransform> transforms) {
......
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