Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
hotfix: not reachable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RadovanTomik committed Jan 24, 2023
1 parent e49f1c6 commit 3e421de
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package eu.bbmri.eric.csit.service.negotiator.lifecycle.requeststatus;

import de.samply.bbmri.negotiator.model.CollectionRequestStatusDTO;
import eu.bbmri.eric.csit.service.negotiator.lifecycle.util.LifeCycleStatusUtilNextStatus;
import eu.bbmri.eric.csit.service.negotiator.lifecycle.util.LifeCycleRequestStatusType;
import eu.bbmri.eric.csit.service.negotiator.lifecycle.util.LifeCycleStatusUtilNextStatus;
import org.jooq.tools.json.JSONObject;

import java.util.Date;
Expand Down Expand Up @@ -49,9 +49,9 @@ public String getStatusText() {
} else if (status.equals("contacted")) {
return "Collection representatives contacted.";
} else if (status.equals("notreachable")) {
return "No collection representative is reachable via the Negotiator at this time. BBMRI-ERIC has been" +
"informed and is actively working to solve this situation. You will be notified in case that" +
"the negotiation process for this collection may proceed as usual.";
return "No collection representative is reachable via the Negotiator at this time. BBMRI-ERIC has been " +
"informed and is actively working to solve this situation. You will be notified in case " +
"the status changes and the negotiation process for this collection may proceed as usual.";
}
return "ERROR";
}
Expand Down

0 comments on commit 3e421de

Please sign in to comment.