Skip to content

Commit 1006073

Browse files
Janith BandaraJanith Bandara
authored andcommitted
Polishing
1 parent bac54a8 commit 1006073

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/org/audit4j/core/Context.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,12 @@ final static void init() {
109109
Audit4jBanner banner = new Audit4jBanner();
110110
banner.printBanner();
111111
Log.info("Initializing Audit4j...");
112+
112113
// Check system environment;
113114
checkEnvironment();
115+
116+
// Load configurations to Memory
114117
Log.info("Loading Configurations...");
115-
116118
if (conf == null) {
117119
loadConfig();
118120
}
@@ -121,7 +123,6 @@ final static void init() {
121123
terminate();
122124
throw new InitializationException(INIT_FAILED);
123125
}
124-
125126
try {
126127
ValidationManager.validateConfigurations(conf);
127128
} catch (ValidationException e1) {

0 commit comments

Comments
 (0)