You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Andreas Beeker <ki...@apache.org> on 2016/06/12 00:30:51 UTC

Common-SS: changed UDFFinder from interface to abstract class

Hi,

the UDFFinder interface had a constant (DEFAULT) to one of its subclasses.

I've changed the interface now to an abstract class - this will certainly break other implementations,
but the fix to switch from "implements" to "extends" seems better compared to a strange
self-reference.

I hope this is ok for you, otherwise now would be a good time to revert it.

Andi


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org