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

Fixed a parameters reversal error.

Fixes issue #371.
parent 53b1358f
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ public class SensorToGroundMapping {
* @param sensorName name of the sensor to which mapping applies
*/
public SensorToGroundMapping(final String sensorName) {
this(sensorName, RUGGED);
this(RUGGED, sensorName);
}
/** Build a new instance with a specific Rugged name.
......
......@@ -24,6 +24,10 @@
<action dev="guylaine" type="add" due-to="Roberto Alacevich">
Added Italian translations of error messages.
</action>
<action dev="luc" type="fix">
Fixed a parameters reversal error.
Fixes issue #371.
</action>
</release>
<release version="2.0" date="2017-12-19" description="This is a major release.
It mainly provides a refinement feature (i.e. adjusting the viewing model
......
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