Skip to content

Commit ef9ed99

Browse files
committed
DATAMONGO-1490 - Replace space indentation by tabs.
1 parent 1fcf578 commit ef9ed99

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.8.xsd

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Defines a MongoClient instance used for accessing MongoDB.
3737
<tool:annotation>
3838
<tool:exports type="com.mongodb.MongoClient"/>
3939
</tool:annotation>
40-
</xsd:appinfo>
41-
</xsd:annotation>
40+
</xsd:appinfo>
41+
</xsd:annotation>
4242
</xsd:element>
4343

4444
<xsd:element name="db-factory">
@@ -170,8 +170,8 @@ The MongoClientURI string.]]></xsd:documentation>
170170
<xsd:element name="custom-converters" minOccurs="0">
171171
<xsd:annotation>
172172
<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]]>
175175
</xsd:documentation>
176176
</xsd:annotation>
177177
<xsd:complexType>
@@ -389,10 +389,10 @@ The name of the Mongo object that determines what server to monitor. (by default
389389
-->
390390
<xsd:complexType name="mongoType">
391391
<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>
396396
<xsd:sequence minOccurs="0" maxOccurs="1">
397397
<xsd:element name="options" type="optionsType">
398398
<xsd:annotation>
@@ -451,14 +451,14 @@ The comma delimited list of host:port entries to use for replica set/pairs.
451451

452452
<xsd:complexType name="optionsType">
453453
<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>
458458
<xsd:attribute name="connections-per-host" type="xsd:string">
459459
<xsd:annotation>
460460
<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
462462
]]></xsd:documentation>
463463
</xsd:annotation>
464464
</xsd:attribute>
@@ -559,10 +559,10 @@ The SSLSocketFactory to use for the SSL connection. If none is configured here,
559559

560560
<xsd:complexType name="mongoClientType">
561561
<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>
566566
<xsd:sequence minOccurs="0" maxOccurs="1">
567567
<xsd:element name="client-options" type="clientOptionsType">
568568
<xsd:annotation>
@@ -614,11 +614,11 @@ The comma delimited list of username:password@database entries to use for authen
614614
</xsd:complexType>
615615

616616
<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>
622622
<xsd:attribute name="description" type="xsd:string">
623623
<xsd:annotation>
624624
<xsd:documentation><![CDATA[
@@ -752,7 +752,7 @@ This controls if the driver should us an SSL connection. Defaults to false.
752752
The SSLSocketFactory to use for the SSL connection. If none is configured here, SSLSocketFactory#getDefault() will be used.
753753
]]></xsd:documentation>
754754
</xsd:annotation>
755-
</xsd:attribute>
755+
</xsd:attribute>
756756
</xsd:complexType>
757757

758758
<xsd:group name="beanElementGroup">
@@ -765,8 +765,8 @@ The SSLSocketFactory to use for the SSL connection. If none is configured here,
765765
<xsd:complexType name="customConverterType">
766766
<xsd:annotation>
767767
<xsd:documentation><![CDATA[
768-
Element defining a custom converterr.
769-
]]></xsd:documentation>
768+
Element defining a custom converter.
769+
]]></xsd:documentation>
770770
</xsd:annotation>
771771
<xsd:group ref="beanElementGroup" minOccurs="0" maxOccurs="1"/>
772772
<xsd:attribute name="ref" type="xsd:string">

0 commit comments

Comments
 (0)