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
{{ message }}
This repository has been archived by the owner on May 9, 2019. It is now read-only.
./item-impl/src/main/java/com/example/auction/item/impl/ItemServiceImpl.java:82:
// TODO: remove this PItem from here and pass the 3 values in the command?
./item-impl/src/main/java/com/example/auction/item/impl/PItemCommand.java:23:
// TODO: change payload of this command.
PItemCommand.CreateItem (item-impl) should take 3 params:
itemId: UUID
userId: UUID
details: PItemData
And remove PItem object in ItemServiceImpl#createItem
The text was updated successfully, but these errors were encountered:
PItemCommand.CreateItem (item-impl) should take 3 params:
And remove PItem object in ItemServiceImpl#createItem
The text was updated successfully, but these errors were encountered: