You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: As a Security Server Administrator I want the diagnostics information available for global configuration and TSA to be improved so that I can more easily figure out issues with it
Copy file name to clipboardExpand all lines: src/service/configuration-client/configuration-client-core/src/main/java/org/niis/xroad/confclient/core/ConfigurationDownloader.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -275,22 +275,22 @@ protected static class DownloadedContent {
275
275
}
276
276
277
277
/**
278
-
* Checks if the configuration oldConfigurationFile should be downloaded. The rules to download:
279
-
* i) Configuration oldConfigurationFile does not exist in the system
280
-
* ii) Configuration oldConfigurationFile hash is different from the one that system has
278
+
* Checks if the configuration currentConfigurationFile should be downloaded. The rules to download:
279
+
* i) Configuration currentConfigurationFile does not exist in the system
280
+
* ii) Configuration currentConfigurationFile hash is different from the one that system has
281
281
*
282
282
* @param newConfigurationFile new configuration file
283
-
* @param oldConfigurationFile current configuration file
283
+
* @param currentConfigurationFile current configuration file
284
284
* @return boolean value of whether the files should be downloaded or not
0 commit comments