diff --git a/src/tutorials/java/fr/cs/examples/DirectLocation.java b/src/tutorials/java/fr/cs/examples/DirectLocation.java index 1c417858710f84e615193e8764f0fc7bdcd4870b..0188d698c85e1987e2a13ac5f54c5a25aafa4a1b 100644 --- a/src/tutorials/java/fr/cs/examples/DirectLocation.java +++ b/src/tutorials/java/fr/cs/examples/DirectLocation.java @@ -84,7 +84,7 @@ public class DirectLocation { AbsoluteDate absDate = new AbsoluteDate("2009-12-11T16:59:30.0", gps); LinearLineDatation lineDatation = new LinearLineDatation(absDate, 1d, 20); - // With the LOS and the datation now defined , we can initialize a line sensor object in Rugged: + // With the LOS and the datation now defined, we can initialize a line sensor object in Rugged: LineSensor lineSensor = new LineSensor("mySensor", lineDatation, Vector3D.ZERO, lineOfSight); // In our application, we simply need to know the name of the frames we are working with. Positions and