Skip to content

Commit

Permalink
fixed bad end of line characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Morel committed Apr 18, 2011
1 parent adb50c3 commit 9b6b1b8
Show file tree
Hide file tree
Showing 8 changed files with 1,090 additions and 1,090 deletions.
48 changes: 24 additions & 24 deletions s4-core/src/test/java/io/s4/ft/app_conf.xml
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">

<!-- <bean id="printEventPE" class="io.s4.processor.PrintEventPE">
<property name="id" value="printEventPE"/>
<property name="keys">
<list>
<value>TopicSeen topic</value>
</list>
</property>
</bean> -->

<bean id="statefulPE" class="io.s4.ft.StatefulTestPE">
<property name="id" value="statefulPE"/>
<property name="keys">
<list>
<value>Stream1 key</value>
</list>
</property>
</bean>



</beans>
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">

<!-- <bean id="printEventPE" class="io.s4.processor.PrintEventPE">
<property name="id" value="printEventPE"/>
<property name="keys">
<list>
<value>TopicSeen topic</value>
</list>
</property>
</bean> -->

<bean id="statefulPE" class="io.s4.ft.StatefulTestPE">
<property name="id" value="statefulPE"/>
<property name="keys">
<list>
<value>Stream1 key</value>
</list>
</property>
</bean>



</beans>

0 comments on commit 9b6b1b8

Please sign in to comment.