Skip to content

Commit ac774e1

Browse files
Babcock, ScottBabcock, Scott
authored andcommitted
Fix another stale method signature
1 parent a7a2c21 commit ac774e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public class MyArtifactType implements ArtifactType {
276276
}
277277
```
278278

279-
Pay special attention to the implementation of `getArtifact(Object)` above. This code will only capture artifacts for test classes that implement the **ArtifactParams** interface, and it uses this interface to get the description object for the current test.
279+
Pay special attention to the implementation of `getArtifact(Object, Throwable)` above. This code will only capture artifacts for test classes that implement the **ArtifactParams** interface, and it uses this interface to get the description object for the current test.
280280

281281
###### Creating a type-specific artifact collector
282282
```java

0 commit comments

Comments
 (0)