Skip to content

Commit

Permalink
perf
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Oct 23, 2016
1 parent e8d1736 commit ba9ab9e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ public static GlobalConfig getInstance() {
return instance;
}

public static GlobalConfig newInstance() {

return createInstance();
}

private static GlobalConfig createInstance() {
GlobalConfig globalConfig = null;

Expand Down

0 comments on commit ba9ab9e

Please sign in to comment.