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
Now that the URI is no longer mandatory (for the AssertJ support) most package private constructors are unnecessary as we can achieve the same goal using the uri() methods introduced on the builder itself.
The text was updated successfully, but these errors were encountered:
Now that the URI is no longer mandatory (for the AssertJ support) most package private constructors are unnecessary as we can achieve the same goal using the
uri()
methods introduced on the builder itself.The text was updated successfully, but these errors were encountered: