Skip to content

Commit

Permalink
EditorConfig class' construction should be public.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Jun 10, 2012
1 parent 719d5c4 commit 617b9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jython/src/org/editorconfig/core/EditorConfig.java
Expand Up @@ -31,7 +31,7 @@ public String getVal() {
}

// Constructor
EditorConfig()
public EditorConfig()
throws ScriptException {
ScriptEngineManager manager = new ScriptEngineManager();

Expand Down

0 comments on commit 617b9b7

Please sign in to comment.