Skip to content

Commit a8e9291

Browse files
committed
Fix #5005
1 parent b06a588 commit a8e9291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/module-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
module tools.jackson.databind
33
{
44
// required for
5-
// java.beans.ConstructorProperties
6-
// java.beans.Transient
5+
// - `java.beans.ConstructorProperties`
6+
// - `java.beans.Transient`
77
// support
88
requires static java.desktop;
99

@@ -13,7 +13,7 @@
1313
requires static java.sql.rowset;
1414

1515
// 05-Nov-2020, tatu: made optional in 2.x ("static") but for simplicity
16-
// is (for now?) hard dep on 3.0. May want to change
16+
// is (for now?) hard dep on 3.0.
1717
requires java.xml;
1818

1919
// but we probably do want to expose streaming, annotations

0 commit comments

Comments
 (0)