polishing, removed dead code
This commit is contained in:
@@ -25,9 +25,5 @@
|
||||
<constructor-arg value="foo"/>
|
||||
</bean>
|
||||
|
||||
<bean id="foo" class="org.springframework.integration.gateway.HeaderEnrichedGatewayTests$Foo">
|
||||
<property name="bar" value="#{stringValue}"/>
|
||||
</bean>
|
||||
|
||||
<int:channel id="input"/>
|
||||
</beans>
|
||||
|
||||
@@ -74,19 +74,6 @@ public class HeaderEnrichedGatewayTests {
|
||||
public void validateFailedGatewayHeaders() throws Exception {
|
||||
new ClassPathXmlApplicationContext("HeaderEnrichedGatewayTests-failed-context.xml", HeaderEnrichedGatewayTests.class);
|
||||
}
|
||||
|
||||
public static class Foo{
|
||||
private String bar;
|
||||
|
||||
public String getBar() {
|
||||
return bar;
|
||||
}
|
||||
|
||||
public void setBar(String bar) {
|
||||
this.bar = bar;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user