No story for this, just something we've been needing to do that I knocked out in my spare time.
Problem
We didn't know how we'd use the store adapter when we first wrote the interface for it, and now we have redundant put methods, put() and putStream(), where only one is really needed.
No story for this, just something we've been needing to do that I knocked out in my spare time.
Problem
We didn't know how we'd use the store adapter when we first wrote the interface for it, and now we have redundant put methods,
put()
andputStream()
, where only one is really needed.Solution
Remove
put()
from the store interface