Skip to content

Commit

Permalink
Remove deprecation of LocationGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 23, 2023
1 parent 4a6ba89 commit e095e88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
import java.util.HashSet;
import java.util.Set;

/**
* Location groups have been merged with Fares V2's stop areas.
*
* Please update your code now as this class will be removed soon.
*/
@Deprecated
public class LocationGroup extends IdentityBean<AgencyAndId> implements StopLocation {
private static final long serialVersionUID = 1L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
import org.onebusaway.gtfs.serialization.mappings.DefaultAgencyIdFieldMappingFactory;
import org.onebusaway.gtfs.serialization.mappings.StopLocationFieldMappingFactory;

/**
* Location groups have been merged with Fares V2's stop areas.
*
* Please update your code now as this class will be removed soon.
*/
@Deprecated
@CsvFields(filename = "location_groups.txt", required = false, prefix = "location_group_")
public class LocationGroupElement extends IdentityBean<Integer> {

Expand Down

0 comments on commit e095e88

Please sign in to comment.