File tree Expand file tree Collapse file tree 3 files changed +124
-156
lines changed
main/java/io/cucumber/cucumberexpressions
test/java/io/cucumber/cucumberexpressions Expand file tree Collapse file tree 3 files changed +124
-156
lines changed Original file line number Diff line number Diff line change 4343 <type >pom</type >
4444 <scope >import</scope >
4545 </dependency >
46+ <dependency >
47+ <groupId >org.assertj</groupId >
48+ <artifactId >assertj-bom</artifactId >
49+ <version >3.27.6</version >
50+ <type >pom</type >
51+ <scope >import</scope >
52+ </dependency >
4653 </dependencies >
4754 </dependencyManagement >
4855
8592 <artifactId >junit-jupiter</artifactId >
8693 <scope >test</scope >
8794 </dependency >
95+ <dependency >
96+ <groupId >org.assertj</groupId >
97+ <artifactId >assertj-core</artifactId >
98+ <scope >test</scope >
99+ </dependency >
88100 </dependencies >
89101
90102 <build >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public interface Transformer<T> {
1414 * from the sole capture group or matches the whole expression. Nested
1515 * capture groups are ignored.
1616 * <p>
17- * If the capture group is optional < code> arg</code> may be null.
17+ * If the capture group is optional {@ code arg} may be {@code null} .
1818 *
1919 * @param arg the value of the single capture group
2020 * @return the transformed object
You can’t perform that action at this time.
0 commit comments