damnhandy / Handy-URI-Templates

A Java URI Template processor implementing RFC6570
https://damnhandy.github.io/Handy-URI-Templates/
Other
203 stars 37 forks source link

Remove final modifier from UriTemplateBuilder #46

Closed osvaldopina closed 8 years ago

osvaldopina commented 8 years ago

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

damnhandy commented 8 years ago

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

damnhandy commented 8 years ago

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