Skip to content

Add default argument for constructor

Dan Guest requested to merge dguest/athena:default-argument-for-augmenter into master

It's annoying to have a different constructor signature for something that should behave the same way between release 21 and release 22. This makes the 21 constructor call work too.

Merge request reports