@ -95,9 +95,9 @@ public class BoatLocationDecoder {
trueWindSpeed = Arrays . copyOfRange ( encodedBoatLocation , 44 , 46 ) ;
trueWindSpeed = Arrays . copyOfRange ( encodedBoatLocation , 44 , 46 ) ;
numTrueWindSpeed = bytesToInt ( trueWindSpeed ) ;
numTrueWindSpeed = bytesToInt ( trueWindSpeed ) ;
trueWindDirection = Arrays . copyOfRange ( encodedBoatLocation , 46 , 48 ) ;
trueWindDirection = Arrays . copyOfRange ( encodedBoatLocation , 46 , 48 ) ;
numTrueWindDirection = bytesToShort ( trueWind Speed ) ;
numTrueWindDirection = bytesToShort ( trueWind Direction ) ;
trueWindAngle = Arrays . copyOfRange ( encodedBoatLocation , 48 , 50 ) ;
trueWindAngle = Arrays . copyOfRange ( encodedBoatLocation , 48 , 50 ) ;
numTrueWindAngle = bytesToShort ( trueWind Speed ) ;
numTrueWindAngle = bytesToShort ( trueWind Angle ) ;
currentDrift = Arrays . copyOfRange ( encodedBoatLocation , 50 , 52 ) ;
currentDrift = Arrays . copyOfRange ( encodedBoatLocation , 50 , 52 ) ;
numCurrentDrift = bytesToInt ( currentDrift ) ;
numCurrentDrift = bytesToInt ( currentDrift ) ;
currentSet = Arrays . copyOfRange ( encodedBoatLocation , 52 , 54 ) ;
currentSet = Arrays . copyOfRange ( encodedBoatLocation , 52 , 54 ) ;