DATAMONGO-1048 - Fix incomplete xml tag in reference documentation.

This commit is contained in:
Christoph Strobl
2019-10-29 10:49:21 +01:00
parent 74a900498a
commit 6f08aa8d21

View File

@@ -119,7 +119,7 @@ The preceding example uses the Redis namespace to declare the message listener c
<map>
<entry key-ref="messageListener">
<bean class="org.springframework.data.redis.listener.ChannelTopic">
<constructor-arg value="chatroom">
<constructor-arg value="chatroom"/>
</bean>
</entry>
</map>