Skip to content

Commit

Permalink
Responding to review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stewart committed May 22, 2012
1 parent bd8b2df commit ecf0ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/junit/rules/TemporaryFolder.java
Expand Up @@ -51,7 +51,7 @@ protected void after() {
* for testing purposes only. Do not use.
*/
public void create() throws IOException {
folder = createTemporaryFolderIn(parentFolder);
folder = createTemporaryFolderIn(parentFolder);
}

/**
Expand Down

0 comments on commit ecf0ea1

Please sign in to comment.