Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zabuTNT committed Jan 17, 2024
1 parent 069ce8c commit 240a5f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ public void setFareProductId(AgencyAndId fareProductId) {
this.fareProductId = fareProductId;
}

public FareContainer getFareContainer() {
return fareContainer;

}
public FareMedium getFareMedium() {
return fareMedium;
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<connection>scm:git:https://github.com/openmove/onebusaway-gtfs-modules.git</connection>
<developerConnection>scm:git:ssh://[email protected]/openmove/onebusaway-gtfs-modules.git</developerConnection>
<url>https://github.com/openmove/onebusaway-gtfs-modules</url>
<tag>onebusaway-gtfs-modules-1.3.111</tag>
<tag>onebusaway-gtfs-modules-1.4.15</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 240a5f2

Please sign in to comment.