yiguolei commented on code in PR #48496: URL: https://github.com/apache/doris/pull/48496#discussion_r1976419114
########## fe/fe-core/src/main/java/org/apache/doris/common/profile/Profile.java: ########## @@ -126,7 +128,7 @@ public Profile(boolean isEnable, int profileLevel, long autoProfileDurationMs) { // check if the profile file is valid and create a file input stream // user need to close the file stream. - private static FileInputStream createPorfileFileInputStream(String path) { + static FileInputStream createPorfileFileInputStream(String path) { Review Comment: 我知道默认是protected,但是一般不会不写,都是显示的写出来 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org