Skip to content

Commit

Permalink
Replace tab with spaces.
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Mittlestat <nmittles@us.ibm.com>
  • Loading branch information
nmittles committed Dec 22, 2020
1 parent bb0993c commit cf70c55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private static Object getBeanManager(BeanManagerProvider command) throws ClassNo
throw e;
} catch (ReflectiveOperationException e) {
//likely no CDI container is running or bean manager JNDI lookup fails.
LOGGER.log(Level.FINEST, Messages.getMessage(MessageKeys.NO_CDI_ENVIRONMENT), e);
LOGGER.log(Level.FINEST, Messages.getMessage(MessageKeys.NO_CDI_ENVIRONMENT), e);
return null;
}
}
Expand Down

0 comments on commit cf70c55

Please sign in to comment.