> On Apr 4, 2018, at 2:26 AM, Yudhi Karunia Surtan <[email protected]> wrote: > > Currently we have RestUtils.getProperties What do you think if above > classes using RestUtils method to remove duplication? However, if we do > that from the dependency point of view, i think it is a bit awkward because > "model" package depends on "rest" package.
Agreed, how about we create a sep utils in the model package and move the code into there?
