Skip to content

Commit

Permalink
swift rerun 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HeoKyungseok committed Jan 20, 2022
1 parent 051346d commit ad9a0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ifs_mover/repository/Swift.java
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ private void objectListRerun() {

Map<String, String> info = DBManager.infoExistObject(jobId, obj.getName());
if (info.isEmpty()) {
Utils.insertMoveObjectVersion(jobId, !obj.isDirectory(),
Utils.insertRerunMoveObjectVersion(jobId, !obj.isDirectory(),
obj.getLastModified().toString(),
size,
obj.getName(),
Expand Down

0 comments on commit ad9a0df

Please sign in to comment.