Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fenixsoft committed May 25, 2021
2 parents 5e91439 + 19e2f60 commit 3ca0b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
* https://github.com/fenixsoft
*/

package com.github.fenixsoft.bookstore.account.applicaiton;
package com.github.fenixsoft.bookstore.account.application;

import com.github.fenixsoft.bookstore.account.domain.AccountRepository;
import com.github.fenixsoft.bookstore.domain.account.Account;
Expand Down
Expand Up @@ -18,7 +18,7 @@

package com.github.fenixsoft.bookstore.account.resource;

import com.github.fenixsoft.bookstore.account.applicaiton.AccountApplicationService;
import com.github.fenixsoft.bookstore.account.application.AccountApplicationService;
import com.github.fenixsoft.bookstore.account.domain.validation.AuthenticatedAccount;
import com.github.fenixsoft.bookstore.account.domain.validation.UniqueAccount;
import com.github.fenixsoft.bookstore.domain.account.Account;
Expand Down

0 comments on commit 3ca0b6d

Please sign in to comment.