Skip to content

Commit

Permalink
Merge pull request #1 from ankushs92/dev
Browse files Browse the repository at this point in the history
Testing merging
  • Loading branch information
ankushs92 committed May 9, 2016
2 parents 933a4f2 + adf29c2 commit a301a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class ResourceImporter {
private static final Logger logger = LoggerFactory.getLogger(ResourceImporter.class);
private final DbIpRepository repository = new JavaMapDbIpRepositoryImpl();
public ResourceImporter instance = null;

//comment
public ResourceImporter getInstance(){
if(instance==null){
return new ResourceImporter();
Expand Down

0 comments on commit a301a3e

Please sign in to comment.