Reformatted the code.

This commit is contained in:
nishadi 2018-01-17 16:06:41 +05:30
parent 3bfb2addbb
commit 3cc15d0df0

View File

@ -239,8 +239,7 @@ public class APIUtil {
synchronized (APIUtil.class) {
if (commentsManager == null) {
PrivilegedCarbonContext ctx = PrivilegedCarbonContext.getThreadLocalCarbonContext();
commentsManager =
(CommentsManager) ctx.getOSGiService(CommentsManager.class, null);
commentsManager = (CommentsManager) ctx.getOSGiService(CommentsManager.class, null);
if (commentsManager == null) {
String msg = "Comments Manager service has not initialized.";
log.error(msg);