mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-07-01 04:47:27 +00:00
refactor: 调整类访问权.
减小类可访问范围.
This commit is contained in:
@ -26,7 +26,7 @@ import java.nio.file.Files;
|
||||
* @author LamGC
|
||||
*/
|
||||
@Configuration
|
||||
public class ApplicationInitiation {
|
||||
class ApplicationInitiation {
|
||||
|
||||
private final static Logger log = LoggerFactory.getLogger(ApplicationInitiation.class);
|
||||
|
||||
|
Reference in New Issue
Block a user