interledger4j / ilpv4-connector

An ILPv4 Connector implemented in Java
https://java-connector.ilpv4.dev
Apache License 2.0
19 stars 10 forks source link

Cleanup Immutables #222

Closed sappenin closed 5 years ago

sappenin commented 5 years ago

Remove getters from immutables and update entities. This depends on #217 to be fixed first.

sappenin commented 5 years ago

Also, remove Abstract implementations if they're not needed.

sappenin commented 5 years ago

Fixed via https://github.com/sappenin/java-ilpv4-connector/pull/332