This commit is contained in:
Claudio Barril 2014-01-25 19:50:46 -03:00
parent adfc6c08f2
commit 9a9dabc0ab

View File

@ -111,7 +111,7 @@ public class AccountController extends BaseController {
@RequestMapping(method = RequestMethod.DELETE, value = "account")
@ResponseStatus(value = HttpStatus.NO_CONTENT)
public void deleleteUser() throws WiseMappingException
public void deleteUser() throws WiseMappingException
{
final User user = Utils.getUser(true);