eclipse plugin: Make the ctor private
This commit is contained in:
parent
476c4b7190
commit
54d7d611b1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import org.wesnoth.utils.WorkspaceUtils;
|
|||
public class Logger {
|
||||
|
||||
private static Logger instance_;
|
||||
public Logger() { }
|
||||
private Logger() { }
|
||||
|
||||
private BufferedWriter logWriter_;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue