Skip to content

Commit 4763a68

Browse files
authored
Update SoftwareUpdateHandler.java
1 parent 7514756 commit 4763a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

registration/registration-services/src/main/java/io/mosip/registration/update/SoftwareUpdateHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ private void checkJars(String version, Collection<String> checkableJars)
362362
if (!jarInFolder.exists()) {
363363

364364
LOGGER.info(LoggerConstants.LOG_REG_UPDATE, APPLICATION_NAME, APPLICATION_ID,
365-
"Downloading jar : " + jarFile + " started, copy to : " + jarInFolder.toPath());
365+
"Downloading jar : " + jarFile + " started, copyto : " + jarInFolder.toPath());
366366
// Download Jar
367367
Files.copy(getInputStreamOfJar(version, jarFile), jarInFolder.toPath());
368368

@@ -372,7 +372,7 @@ private void checkJars(String version, Collection<String> checkableJars)
372372
FileUtils.forceDelete(jarInFolder);
373373

374374
LOGGER.info(LoggerConstants.LOG_REG_UPDATE, APPLICATION_NAME, APPLICATION_ID,
375-
"Downloading jar : " + jarFile + " started, copy to : " + jarInFolder.toPath());
375+
"Downloading jar : " + jarFile + " started, copyto : " + jarInFolder.toPath());
376376

377377
// Download Jar
378378
Files.copy(getInputStreamOfJar(version, jarFile), jarInFolder.toPath());

0 commit comments

Comments
 (0)