diff --git a/onebusaway-transit-data-federation-webapp/src/main/java/org/onebusaway/transit_data_federation_webapp/controllers/StopsForAgencyIdController.java b/onebusaway-transit-data-federation-webapp/src/main/java/org/onebusaway/transit_data_federation_webapp/controllers/StopsForAgencyIdController.java index befac3105..677e6f891 100644 --- a/onebusaway-transit-data-federation-webapp/src/main/java/org/onebusaway/transit_data_federation_webapp/controllers/StopsForAgencyIdController.java +++ b/onebusaway-transit-data-federation-webapp/src/main/java/org/onebusaway/transit_data_federation_webapp/controllers/StopsForAgencyIdController.java @@ -33,6 +33,6 @@ public class StopsForAgencyIdController { @RequestMapping() public ModelAndView index(@RequestParam String agencyId) { StopsBean stops = _service.getStopsForAgencyId(agencyId); - return new ModelAndView("stops-for-agency-id.jspx", "stops", stops); + return new ModelAndView("stops-for-agency-id.jsp", "stops", stops); } } diff --git a/onebusaway-transit-data-federation-webapp/src/main/webapp/WEB-INF/jsp/stops-for-agency-id.jsp b/onebusaway-transit-data-federation-webapp/src/main/webapp/WEB-INF/jsp/stops-for-agency-id.jsp index 6bc935114..2822d8ce8 100644 --- a/onebusaway-transit-data-federation-webapp/src/main/webapp/WEB-INF/jsp/stops-for-agency-id.jsp +++ b/onebusaway-transit-data-federation-webapp/src/main/webapp/WEB-INF/jsp/stops-for-agency-id.jsp @@ -1,21 +1,21 @@ - - +--%> +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> @@ -27,4 +27,4 @@ limitations under the License. ${stop.name} - \ No newline at end of file + diff --git a/onebusaway-transit-data-federation/src/test/java/org/onebusaway/transit_data_federation/impl/beans/StopsBeanServiceImplTest.java b/onebusaway-transit-data-federation/src/test/java/org/onebusaway/transit_data_federation/impl/beans/StopsBeanServiceImplTest.java index 2d5f0d9e5..aa908386a 100644 --- a/onebusaway-transit-data-federation/src/test/java/org/onebusaway/transit_data_federation/impl/beans/StopsBeanServiceImplTest.java +++ b/onebusaway-transit-data-federation/src/test/java/org/onebusaway/transit_data_federation/impl/beans/StopsBeanServiceImplTest.java @@ -1,12 +1,12 @@ /** * Copyright (C) 2024 Angelo Cassano - *

+ * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.