Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop' 2178f98
Browse files Browse the repository at this point in the history
  • Loading branch information
kihyuk-jeong committed Apr 21, 2021
1 parent 3e35eea commit 665666b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,12 @@ public Address findAddress(Long addressId) {
return addressBook.findAddress(addressId);
}

<<<<<<< HEAD
public void chargingPoint(Long chargeAmount) {
this.point += chargeAmount;

}
}
=======

public boolean isCurrentEmail(String email) {
return this.email.equals(email);
}
}
>>>>>>> 88a31152e2060a2447223634e16d215274d4ffa4

0 comments on commit 665666b

Please sign in to comment.