Skip to content

Commit

Permalink
change injectableException
Browse files Browse the repository at this point in the history
  • Loading branch information
zkingboos committed Jul 15, 2020
1 parent 3371bc5 commit 7f56559
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public InjectableException(Class<?> injectionClass, Class<?> typeService) {
super(
String.format(
EXCEPTION_MESSAGE,
injectionClass.getSimpleName(),
typeService.getSimpleName()
typeService.getSimpleName(),
injectionClass.getSimpleName()
)
);
}
Expand Down

0 comments on commit 7f56559

Please sign in to comment.