Polishing: remove duplicate call to mkdirs()
This commit is contained in:
@@ -67,7 +67,6 @@ public abstract class SnippetWritingResultHandler implements ResultHandler {
|
||||
throw new IllegalStateException("Failed to create directory '" + parent
|
||||
+ "'");
|
||||
}
|
||||
outputFile.getParentFile().mkdirs();
|
||||
return new FileWriter(outputFile);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user