Skip to content

Commit 577e739

Browse files
committed
[KYLIN-5388] fix code style.
1 parent 0eacd2b commit 577e739

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/common-service/src/main/java/org/apache/kylin/rest/service/BasicService.java

+4
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,8 @@ public boolean remoteRequest(BroadcastEventReadyNotifier notifier, String projec
137137
}
138138
return true;
139139
}
140+
141+
public NProjectManager getProjectManager(){
142+
return NProjectManager.getInstance(getConfig());
143+
}
140144
}

0 commit comments

Comments
 (0)