Skip to content

Commit

Permalink
Merge pull request #304 from CertifaiAI/cw_load_bug_fix_v1
Browse files Browse the repository at this point in the history
Loading bug fix for #302
  • Loading branch information
kengeSkyMind authored Feb 11, 2021
2 parents 6c2a1c2 + 2dca19d commit fc8deb1
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ public void loadValidProjectUUID(Message<JsonObject> message, @NonNull JDBCClien

message.reply(ReplyHandler.getOkReply());

if(oriUUIDList.isEmpty())
{
loader.updateDBLoadingProgress(0);
}
else
{
loader.updateDBLoadingProgress(1);// in order for loading process not to be NAN
}

loader.setDbOriUUIDSize(oriUUIDList.size());

for(int i = 0; i < oriUUIDList.size(); ++i)
Expand Down

0 comments on commit fc8deb1

Please sign in to comment.