Skip to content

Instantly share code, notes, and snippets.

@fado
Created May 5, 2014 12:32
Show Gist options
  • Save fado/1c09662f131f36c83554 to your computer and use it in GitHub Desktop.
Save fado/1c09662f131f36c83554 to your computer and use it in GitHub Desktop.
List<Aircraft> allAircraft = AirspaceHandler.INSTANCE.getAircraftInAirspace();
for(Aircraft aircraft : allAircraft) {
aircraft.setStatus(Status.DIVERTED);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment