vietlong2110 / boilerpipe

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

Add 'getInstance' accessor for ImageExtractor #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, it would be convenient to add an accessor:

public static ImageExtractor getInstance() {
        return INSTANCE;
    }

This helps in the case when i'm running BP with JRuby.

Further - is there a way to contribute? if this were in Github i would already 
have made a pull request :)

PS - kudos for a great build experience! i had no problem running my own  build 
what so ever.

Original issue reported on code.google.com by dip...@gmail.com on 15 Jan 2012 at 2:10

GoogleCodeExporter commented 9 years ago
Sorry about the 'defect' type. Not used to google code.

Original comment by dip...@gmail.com on 15 Jan 2012 at 2:12

GoogleCodeExporter commented 9 years ago
Hi dipidi,

committed as of r164.

Thanks!
Christian

PS: github certainly is an option I am currently exploring.

Original comment by ckkohl79 on 22 Jan 2012 at 10:56