online-auction-java icon indicating copy to clipboard operation
online-auction-java copied to clipboard

Complete Javadoc comments

Open yg-apaza opened this issue 7 years ago • 0 comments

./item-impl/src/main/java/com/example/auction/item/impl/ItemServiceImpl.java:53:
// TODO: doc this.

Write doc comments for the Javadoc in item-impl: ItemServiceImpl#handleBidEvent. Also complete the doc comments for this services API (following the example in bidding-api and item-api):

  • search-api: SearchService#search
  • user-api: UserService#createUser, UserService#getUser, UserService#getUsers

yg-apaza avatar Mar 27 '17 06:03 yg-apaza