@ -86,9 +86,9 @@ public class ToBuysService {
}
/**
* 購入リストに新しいアイテムを追加する
* 購入リストに新しいアイテムを変更する
*
* @param toBuyDTO 追加する購入アイテムのデータ(DTO)
* @param toBuyDTO 変更する購入アイテムのデータ(DTO)
*/
public void updateToBuys(ToBuysDTO toBuyDTO, Authentication authentication) {
@ -131,8 +131,6 @@ public class ToBuysService {
* 指定されたユーザーIDに基づいてすべての「買うもの」リストを取得する