Skip to content

Commit 9b6925b

Browse files
committed
Fix JavaDoc.
1 parent 19399fd commit 9b6925b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/ImageFolderCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public ImageFolderCreator() {
4343
* if it not yet exists.
4444
*
4545
* @return the created folder.
46-
* @throws org.assertj.core.api.exception.RuntimeIOException if any error occurs when creating the folder.
46+
* @throws RuntimeException if any error occurs when creating the folder.
4747
*/
4848
public File createImageFolder() {
4949
return folderCreator.createFolder(currentFolder(), FAILED_GUI_TESTS_FOLDER, !shouldPreserveScreenshots());

0 commit comments

Comments
 (0)