Skip to content

Commit

Permalink
fixed public visivility flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kpwebb committed May 8, 2015
1 parent 372253f commit a553ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/transit/Route.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public class Route extends Model implements Cloneable, Serializable {

public StatusType status;

public Boolean publiclyVisible;

public String agencyId;

//public GisRoute gisRoute;
Expand Down

0 comments on commit a553ea6

Please sign in to comment.