IGNITE-5615 .NET: IgniteConfiguration.LocalEventListeners - fix config schema


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f96a9a4c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f96a9a4c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f96a9a4c

Branch: refs/heads/ignite-3478
Commit: f96a9a4ce848612d9c7d7af44c5fe0d93981fcf6
Parents: b364589
Author: Pavel Tupitsyn <[email protected]>
Authored: Wed Sep 27 22:17:35 2017 +0300
Committer: Pavel Tupitsyn <[email protected]>
Committed: Wed Sep 27 22:17:35 2017 +0300

----------------------------------------------------------------------
 .../dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f96a9a4c/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd
----------------------------------------------------------------------
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd 
b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd
index fb3db95..80bacf4 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd
@@ -1501,7 +1501,7 @@
                         <xs:documentation>Consistent globally unique node 
identifier which survives node restarts.</xs:documentation>
                     </xs:annotation>
                 </xs:element>
-                <xs:element name="localEventListeners">
+                <xs:element name="localEventListeners" minOccurs="0">
                     <xs:annotation>
                         <xs:documentation>Pre-configured local event 
listeners.</xs:documentation>
                     </xs:annotation>

Reply via email to