Skip to content

Commit 86eff4b

Browse files
committed
Fix JavaDoc error
1 parent 3163a25 commit 86eff4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/nordstrom/automation/junit/ArtifactType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*
6161
* import com.nordstrom.automation.testng.ArtifactCollector;
6262
*
63-
* public class MyArtifactCapture extends ArtifactCollector<MyArtifactType> {
63+
* public class MyArtifactCapture extends ArtifactCollector&lt;MyArtifactType&gt; {
6464
*
6565
* public MyArtifactCapture() {
6666
* super(new MyArtifactType());

0 commit comments

Comments
 (0)