Reformat rest of the design patterns - Issue #224
This commit is contained in:
@ -10,6 +10,6 @@ import java.io.IOException;
|
||||
*/
|
||||
public interface FileWriterAction {
|
||||
|
||||
void writeFile(FileWriter writer) throws IOException;
|
||||
|
||||
void writeFile(FileWriter writer) throws IOException;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user