Oops, sorry about that. Will undo all the commits. On Tue, May 26, 2020 at 11:50 PM Stefan Bodewig <bode...@apache.org> wrote:
> On 2020-05-26, <peter...@apache.org> wrote: > > > - public void addPaxHeader(String name,String value) { > > - processPaxHeader(name,value); > > + public void addPaxHeader(String name, String value) throws > IOException { > > + processPaxHeader(name, value); > > no, we can't do that. Adding a checked exception to a public method > breaks source compatibility. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >