renszarv wrote:Unfortunately it's not possible, because we can get more information with the new method, because the old one haven't received the end of the time range, so we can call the old one, from the new, but not the otherwise.
Huh? That is strange.
Let's assume I'm a plugin writer (I'm not
My current code reads:
- Code: Select all
InputStream is = resource.getInputStream(a, b, c, config);
This will be deprecated in 1.50, so now I want to migrate my code to the new method signature.
How do you suggest I rewrite my plugin code?
