Skip to content

Commit

Permalink
Merge pull request #1 from hailinzeng/master
Browse files Browse the repository at this point in the history
checkInit
  • Loading branch information
biocy committed Dec 8, 2014
2 parents 717bc26 + 2c92811 commit 967257f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ public static synchronized void init(String configuration) {
}

public static void checkInit() {
if(inited == null)
if(!inited.get())
throw new ConfigurationException("oceanus need init !");
}

Expand Down

0 comments on commit 967257f

Please sign in to comment.