damnhandy / Handy-URI-Templates

A Java URI Template processor implementing RFC6570

Home Page:https://damnhandy.github.io/Handy-URI-Templates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove final modifier from UriTemplateBuilder

osvaldopina opened this issue · comments

Remove final method modifier from UriTemplateBuilder to allow it to be used in EasyMock like frameworks.

I'm not sure I see the use case for using this library with a framework like EasyMock as opposed to using the API directly. It's light weight and there's no dependencies that you need to mock since you have everything you need. You do have another use case in mind? Otherwise, I'm going to close this issue and reject PR #47

Since I haven't head back, I'm closing this issue.