github201407 / contactlistimporter

Automatically exported from code.google.com/p/contactlistimporter
1 stars 0 forks source link

Typo? #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In ContactListImporterFactory:

    public static ContactListImporter gmail(String email, String password)
    {
        return new HotmailImporter(email, password);
    }

probably should be

    public static ContactListImporter gmail(String email, String password)
    {
        return new GmailImporter(email, password);
    }

Original issue reported on code.google.com by tsts...@gmail.com on 1 Jul 2008 at 7:01

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks

Original comment by tje...@gmail.com on 18 Aug 2008 at 6:53