Skip to content

Commit

Permalink
Fix JavaDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
croesch committed Feb 8, 2019
1 parent 19399fd commit 9b6925b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public ImageFolderCreator() {
* if it not yet exists.
*
* @return the created folder.
* @throws org.assertj.core.api.exception.RuntimeIOException if any error occurs when creating the folder.
* @throws RuntimeException if any error occurs when creating the folder.
*/
public File createImageFolder() {
return folderCreator.createFolder(currentFolder(), FAILED_GUI_TESTS_FOLDER, !shouldPreserveScreenshots());
Expand Down

0 comments on commit 9b6925b

Please sign in to comment.