Search Results

1
vote

What is the point of the finally block?

@iAn and @mats: I would not "tear down" anything in finally {} that was "set up" within the try {} as a rule. Would be better to pull the stream creatio …