INTSAMPLES-89 - Upgrade to Spring Integration 2.2 RC3
* Test samples * Polish documentation * Polish code For reference see: https://jira.springsource.org/browse/INTSAMPLES-89
This commit is contained in:
@@ -25,8 +25,8 @@ package org.springframework.integration.samples.travel;
|
||||
*/
|
||||
public interface TravelGateway {
|
||||
|
||||
public String getWeatherByCity(City city);
|
||||
String getWeatherByCity(City city);
|
||||
|
||||
public String getTrafficByCity(City city);
|
||||
String getTrafficByCity(City city);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user