Skip to content

Commit 2ebd25c

Browse files
committed
Update README.md
1 parent b4246c6 commit 2ebd25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Also, some dedicated, _ready to used_, Exception Mapper are provided :
161161

162162
#### Define global ExceptionMapper
163163

164-
_Since version 2.2.0, it is possible to define a default exception mappers by using service loader._
164+
It is possible to define a default exception mappers by using service loader.
165165

166166
By default, the exception are wrapped in a `WrappedException`. This behaviour may be change by implementing the required `ExceptionMapper` and register them as _service implementation_.
167167

@@ -198,7 +198,7 @@ module XXX {
198198

199199
### CommonsCollections4Helper
200200

201-
_This helper is only available since version 2.2.0 and only if the commons-collections4 library is available_
201+
_This helper is only available if the commons-collections4 library is available_
202202

203203
The class `CommonsCollections4Helper` provides several static methods to convert interface
204204
from this library to the corresponding version in commons-collections4.

0 commit comments

Comments
 (0)