Commit 7ba16e37 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #5205 from Vedran Pavić

* gh-5205:
  Fix namespace declarations in Hazelcast xml's and make them consistent
parents ad57d99f 6801e820
<hazelcast> <hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.5.xsd"
xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<map name="books"/> <map name="books"/>
<map name="players"/> <map name="players"/>
</hazelcast>
\ No newline at end of file </hazelcast>
<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.4.xsd" <hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.5.xsd"
xmlns="http://www.hazelcast.com/schema/config" xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
...@@ -14,4 +14,4 @@ ...@@ -14,4 +14,4 @@
<management-enabled>true</management-enabled> <management-enabled>true</management-enabled>
</cache> </cache>
</hazelcast> </hazelcast>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment