You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
oliverrahner
changed the title
OnboardServiceImpl needs to implement SignatureService
OnboardingServiceImpl needs to implement SignatureService
Feb 26, 2021
Describe the bug
When the
SignatureService
interface was created, necessary refactoring forcom.dke.data.agrirouter.impl.onboard.secured.OnboardServiceImpl
had not been done.This leads to duplicate code:
https://github.com/DKE-Data/agrirouter-api-java/blob/develop/agrirouter-api-java-impl/src/main/java/com/dke/data/agrirouter/impl/onboard/secured/OnboardingServiceImpl.java#L117-L160
Expected behavior
Code respects DRY,
OnboardServiceImpl
implementsSignatureService
The text was updated successfully, but these errors were encountered: