mgalushka / spymemcached

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

createWriteOperationQueue #269

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?

Tell me more...

      @Override
      public BlockingQueue<Operation> createWriteOperationQueue() {
        return writeQueueFactory == null ? super.createReadOperationQueue()
            : writeQueueFactory.create();
      }

super.createReadOperationQueue() --> super.createWriteOperationQueue()

Original issue reported on code.google.com by shenhua...@gmail.com on 1 Feb 2013 at 6:15

GoogleCodeExporter commented 9 years ago
Hi Shenhua,

can you please elaborate a bit more what this kind of defect is? Thanks!

Original comment by michael....@gmail.com on 1 Feb 2013 at 6:21