Skip to content

Commit 66fcb13

Browse files
committed
Fix Hibernate documentation.
1 parent 7aa0c8d commit 66fcb13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xstream-distribution/src/content/converters.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,31 +1361,31 @@
13611361
org.hibernate.collection.internal.PersistentSet<br/>
13621362
org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy<br/>
13631363
org.hibernate.envers.entities.mapper.relation.lazy.proxy.SetProxy</td>
1364-
<td>The Converter handles Hibernate 4 (or 3) standard collections and Envers proxies. It will handle any element of the collection.</td>
1364+
<td>The Converter handles Hibernate standard collections and Envers proxies. It will handle any element of the collection.</td>
13651365
<td>Must be registered explicitly in combination with the HibernateMapper and all the other Hibernate converters. See <a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/package-summary.html">package description</a>.</td>
13661366
<td>xstream-hibernate</td>
13671367
</tr>
13681368
<tr>
13691369
<td><a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentMapConverter.html">HibernatePersistentMapConverter</a></td>
13701370
<td>org.hibernate.collection.internal.PersistentMap<br/>
13711371
org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy</td>
1372-
<td>The Converter handles unsorted Hibernate 4 (or 3) maps or Envers proxy. It will handle any key and value of the map.</td>
1372+
<td>The Converter handles unsorted Hibernate maps or Envers proxy. It will handle any key and value of the map.</td>
13731373
<td>Must be registered explicitly in combination with the HibernateMapper and all the other Hibernate converters. See <a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/package-summary.html">package description</a>.</td>
13741374
<td>xstream-hibernate</td>
13751375
</tr>
13761376
<tr>
13771377
<td><a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentSortedMapConverter.html">HibernatePersistentSortedMapConverter</a></td>
13781378
<td>org.hibernate.collection.internal.PersistentSortedMap<br/>
13791379
org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy</td>
1380-
<td>The Converter handles sorted Hibernate 4 (or 3) maps or Envers proxy. It will handle any key and value of the map.</td>
1380+
<td>The Converter handles sorted Hibernate maps or Envers proxy. It will handle any key and value of the map.</td>
13811381
<td>Must be registered explicitly in combination with the HibernateMapper and all the other Hibernate converters. See <a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/package-summary.html">package description</a>.</td>
13821382
<td>xstream-hibernate</td>
13831383
</tr>
13841384
<tr>
13851385
<td><a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentSortedSetConverter.html">HibernatePersistentSortedSetConverter</a></td>
13861386
<td>org.hibernate.collection.intrernal.PersistentSortedSet<br/>
13871387
org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy</td>
1388-
<td>The Converter handles sorted Hibernate 4 (or 3) sets or Envers proxy. It will handle any element of the set.</td>
1388+
<td>The Converter handles sorted Hibernate sets or Envers proxy. It will handle any element of the set.</td>
13891389
<td>Must be registered explicitly in combination with the HibernateMapper and all the other Hibernate converters. See <a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/package-summary.html">package description</a>.</td>
13901390
<td>xstream-hibernate</td>
13911391
</tr>

0 commit comments

Comments
 (0)