Skip to content

Commit a25f437

Browse files
committed
Remove accessors which shouldn't be set
1 parent 788eadf commit a25f437

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mode-s/src/main/java/aero/t2s/modes/Track.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,18 +248,10 @@ public Acas getAcas() {
248248
return acas;
249249
}
250250

251-
public void setAcas(Acas acas) {
252-
this.acas = acas;
253-
}
254-
255251
public FlightStatus getFlightStatus() {
256252
return flightStatus;
257253
}
258254

259-
public void setFlightStatus(FlightStatus flightStatus) {
260-
this.flightStatus = flightStatus;
261-
}
262-
263255
public void setAltitude(Altitude altitude) {
264256
this.altitude = altitude;
265257
}

0 commit comments

Comments
 (0)