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 cfd04efc9a
commit 9d3fb9d725

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>