Skip to content

Commit cc8cfda

Browse files
Babcock, ScottBabcock, Scott
authored andcommitted
Merge pull request #6 in MFATT/junit-foundation from pr/fix-javadoc-error to master
* commit '86eff4be138f6dd4321d8d7510b20047cace7ebb': Fix JavaDoc error
2 parents 3163a25 + 86eff4b commit cc8cfda

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)