Where these written to be used as lambdas?

On April 19, 2019 at 10:07:28, Gary Gregory (garydgreg...@gmail.com) wrote:

Hi All:

In our new file filters ported from Commons IO, we have code like:

} catch (final FileSystemException ex) {
throw new RuntimeException(ex);
}

I propose instead that we have the accept() methods throw
FileSystemException directly.

Gary

Reply via email to