Skip to content

Commit

Permalink
Change the name of the accessor method to match the database.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 14, 2009
1 parent 2d16bd6 commit faa997f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symmetric/src/main/resources/symmetric-services.xml
Expand Up @@ -60,14 +60,14 @@
<property name="defaultChannels">
<list>
<bean class="org.jumpmind.symmetric.model.Channel">
<property name="id" value="config" />
<property name="channelId" value="config" />
<property name="processingOrder" value="0" />
<property name="maxBatchSize" value="100" />
<property name="maxBatchToSend" value="100" />
<property name="enabled" value="true" />
</bean>
<bean class="org.jumpmind.symmetric.model.Channel">
<property name="id" value="reload" />
<property name="channelId" value="reload" />
<property name="processingOrder" value="1" />
<property name="maxBatchSize" value="1" />
<property name="maxBatchToSend" value="10" />
Expand Down

0 comments on commit faa997f

Please sign in to comment.