Skip to content

Commit

Permalink
update since versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Apr 5, 2024
1 parent 9a18f04 commit 07ea0c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class CBORMapperConfigurator
extends MapperConfiguratorBase<CBORMapperConfigurator, ObjectMapper>
{
// @since 2.18
// @since 2.17.1
private final ReentrantLock _lock = new ReentrantLock();

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class JsonMapperConfigurator
extends MapperConfiguratorBase<JsonMapperConfigurator, ObjectMapper>
{
// @since 2.18
// @since 2.17.1
private final ReentrantLock _lock = new ReentrantLock();

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class SmileMapperConfigurator
extends MapperConfiguratorBase<SmileMapperConfigurator, ObjectMapper>
{
// @since 2.18
// @since 2.17.1
private final ReentrantLock _lock = new ReentrantLock();

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class XMLMapperConfigurator
extends MapperConfiguratorBase<XMLMapperConfigurator, XmlMapper>
{
// @since 2.18
// @since 2.17.1
private final ReentrantLock _lock = new ReentrantLock();

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class YAMLMapperConfigurator
extends MapperConfiguratorBase<YAMLMapperConfigurator, YAMLMapper>
{
// @since 2.18
// @since 2.17.1
private final ReentrantLock _lock = new ReentrantLock();

/*
Expand Down

0 comments on commit 07ea0c8

Please sign in to comment.