You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public InterpolatorFilterReader( Reader in, Interpolator interpolator, RecursionInterceptor ri )
{
this( in, interpolator, DEFAULT_BEGIN_TOKEN, DEFAULT_END_TOKEN, new SimpleRecursionInterceptor() );
}
Is this to provide backward compatibility with a previous release? or it is a bug?
I can provide a patch if needed.
TIA,
Gabriel
The text was updated successfully, but these errors were encountered:
belingueres
changed the title
Constructor InterpolatorFilterReader( Reader in, Interpolator interpolator, RecursionInterceptor ri ) ignores ignores RecursionInterceptor parameter
Constructor InterpolatorFilterReader( Reader in, Interpolator interpolator, RecursionInterceptor ri ) ignores RecursionInterceptor parameter
Aug 13, 2016
belingueres
added a commit
to belingueres/plexus-interpolation
that referenced
this issue
Aug 13, 2016
Is this to provide backward compatibility with a previous release? or it is a bug?
I can provide a patch if needed.
TIA,
Gabriel
The text was updated successfully, but these errors were encountered: