@@ -37,8 +37,8 @@ Defines a MongoClient instance used for accessing MongoDB.
37
37
<tool : annotation >
38
38
<tool : exports type =" com.mongodb.MongoClient" />
39
39
</tool : annotation >
40
- </xsd : appinfo >
41
- </xsd : annotation >
40
+ </xsd : appinfo >
41
+ </xsd : annotation >
42
42
</xsd : element >
43
43
44
44
<xsd : element name =" db-factory" >
@@ -170,8 +170,8 @@ The MongoClientURI string.]]></xsd:documentation>
170
170
<xsd : element name =" custom-converters" minOccurs =" 0" >
171
171
<xsd : annotation >
172
172
<xsd : documentation ><![CDATA[
173
- Top-level element that contains one or more custom converters to be used for mapping
174
- domain objects to and from Mongo's DBObject]]>
173
+ Top-level element that contains one or more custom converters to be used for mapping
174
+ domain objects to and from Mongo's DBObject]]>
175
175
</xsd : documentation >
176
176
</xsd : annotation >
177
177
<xsd : complexType >
@@ -389,10 +389,10 @@ The name of the Mongo object that determines what server to monitor. (by default
389
389
-->
390
390
<xsd : complexType name =" mongoType" >
391
391
<xsd : annotation >
392
- <xsd : documentation ><![CDATA[
393
- Deprecated since 1.7.
394
- ]]> </xsd : documentation >
395
- </xsd : annotation >
392
+ <xsd : documentation ><![CDATA[
393
+ Deprecated since 1.7.
394
+ ]]> </xsd : documentation >
395
+ </xsd : annotation >
396
396
<xsd : sequence minOccurs =" 0" maxOccurs =" 1" >
397
397
<xsd : element name =" options" type =" optionsType" >
398
398
<xsd : annotation >
@@ -451,14 +451,14 @@ The comma delimited list of host:port entries to use for replica set/pairs.
451
451
452
452
<xsd : complexType name =" optionsType" >
453
453
<xsd : annotation >
454
- <xsd : documentation ><![CDATA[
455
- Deprecated since 1.7.
456
- ]]> </xsd : documentation >
457
- </xsd : annotation >
454
+ <xsd : documentation ><![CDATA[
455
+ Deprecated since 1.7.
456
+ ]]> </xsd : documentation >
457
+ </xsd : annotation >
458
458
<xsd : attribute name =" connections-per-host" type =" xsd:string" >
459
459
<xsd : annotation >
460
460
<xsd : documentation ><![CDATA[
461
- The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
461
+ The number of connections allowed per host. Will block if run out. Default is 10. System property MONGO.POOLSIZE can override
462
462
]]> </xsd : documentation >
463
463
</xsd : annotation >
464
464
</xsd : attribute >
@@ -559,10 +559,10 @@ The SSLSocketFactory to use for the SSL connection. If none is configured here,
559
559
560
560
<xsd : complexType name =" mongoClientType" >
561
561
<xsd : annotation >
562
- <xsd : documentation ><![CDATA[
563
- Configuration options for 'MongoClient' - @since 1.7
564
- ]]> </xsd : documentation >
565
- </xsd : annotation >
562
+ <xsd : documentation ><![CDATA[
563
+ Configuration options for 'MongoClient' - @since 1.7
564
+ ]]> </xsd : documentation >
565
+ </xsd : annotation >
566
566
<xsd : sequence minOccurs =" 0" maxOccurs =" 1" >
567
567
<xsd : element name =" client-options" type =" clientOptionsType" >
568
568
<xsd : annotation >
@@ -614,11 +614,11 @@ The comma delimited list of username:password@database entries to use for authen
614
614
</xsd : complexType >
615
615
616
616
<xsd : complexType name =" clientOptionsType" >
617
- <xsd : annotation >
618
- <xsd : documentation ><![CDATA[
619
- Configuration options for 'MongoClientOptions' - @since 1.7
620
- ]]> </xsd : documentation >
621
- </xsd : annotation >
617
+ <xsd : annotation >
618
+ <xsd : documentation ><![CDATA[
619
+ Configuration options for 'MongoClientOptions' - @since 1.7
620
+ ]]> </xsd : documentation >
621
+ </xsd : annotation >
622
622
<xsd : attribute name =" description" type =" xsd:string" >
623
623
<xsd : annotation >
624
624
<xsd : documentation ><![CDATA[
@@ -752,7 +752,7 @@ This controls if the driver should us an SSL connection. Defaults to false.
752
752
The SSLSocketFactory to use for the SSL connection. If none is configured here, SSLSocketFactory#getDefault() will be used.
753
753
]]> </xsd : documentation >
754
754
</xsd : annotation >
755
- </xsd : attribute >
755
+ </xsd : attribute >
756
756
</xsd : complexType >
757
757
758
758
<xsd : group name =" beanElementGroup" >
@@ -765,8 +765,8 @@ The SSLSocketFactory to use for the SSL connection. If none is configured here,
765
765
<xsd : complexType name =" customConverterType" >
766
766
<xsd : annotation >
767
767
<xsd : documentation ><![CDATA[
768
- Element defining a custom converterr .
769
- ]]> </xsd : documentation >
768
+ Element defining a custom converter .
769
+ ]]> </xsd : documentation >
770
770
</xsd : annotation >
771
771
<xsd : group ref =" beanElementGroup" minOccurs =" 0" maxOccurs =" 1" />
772
772
<xsd : attribute name =" ref" type =" xsd:string" >
0 commit comments