Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise authored and Coduz committed Feb 6, 2023
1 parent cab35ce commit d020f18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private <F extends KapuaObjectFactory> F getMockedFactory(Class<F> clazz) {
@Override
public <S extends KapuaService> S getService(Class<S> serviceClass) {

logger.info("Geting mocked service {} from MockedLocator", serviceClass.getName());
logger.info("Getting mocked service {} from MockedLocator", serviceClass.getName());
S service = getMockedService(serviceClass);
if ((service == null) && (guiceInjector != null)) {
try {
Expand Down

0 comments on commit d020f18

Please sign in to comment.