oswardlx

Results 2 comments of oswardlx

what are you doing? where is your Singleton's double lock? you use Singleton but Utils' method is still static Java's Singleton means there is only one instance of one specific...

try this: `SpreadsheetExtractionAlgorithm extractor = new SpreadsheetExtractionAlgorithm(); List table = extractor.extract(page);`