Skip to content

Commit

Permalink
INT-1257, INT-1263 Refactoring Message History (work in progress): re…
Browse files Browse the repository at this point in the history
…moved MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package.
  • Loading branch information
markfisher committed Aug 25, 2010
1 parent 45282ec commit ac7b9cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
<property name="cacheProducers" value="false"/>
</bean>

<bean id="historyWriter" class="org.springframework.integration.history.MessageHistoryWriter"/>
<bean id="historyWriter" class="org.springframework.integration.context.MessageHistoryWriter"/>

</beans>

0 comments on commit ac7b9cf

Please sign in to comment.