derecalliance / api-java

DeRec API for use in applications.
Apache License 2.0
5 stars 0 forks source link

Separate interface Share from interface DeRecHelper #39

Closed diptimahamuni closed 2 months ago

diptimahamuni commented 3 months ago

Problem

Currently, interface Share is in DeRecHelper. Both Helper and Sharer use the Share interface, so it should logically be separated out from the DeRecHelper class.

Solution

  1. Rename interface Share to interface DeRecShare to follow the naming conventions of the other interfaces.
  2. Move DeRecShare to its own file called DeRecShare.java.