mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 10:58:51 +00:00
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