Skip to content

Commit

Permalink
Add risk treatment option "Transfer"
Browse files Browse the repository at this point in the history
VN-1476
  • Loading branch information
murygin committed Dec 13, 2016
1 parent 54a6c1a commit 579056a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -52,6 +52,7 @@ public class CnALink implements Serializable, ITypedElement {
riskTreatmentLabels.put(CnALink.RiskTreatment.ACCEPT.name(), Messages.getString("CnALink.RiskTreatment_ACCEPT")); //$NON-NLS-1$
riskTreatmentLabels.put(CnALink.RiskTreatment.AVOID.name(), Messages.getString("CnALink.RiskTreatment_AVOID")); //$NON-NLS-1$
riskTreatmentLabels.put(CnALink.RiskTreatment.MODIFY.name(), Messages.getString("CnALink.RiskTreatment_MODIFY")); //$NON-NLS-1$
riskTreatmentLabels.put(CnALink.RiskTreatment.TRANSFER.name(), Messages.getString("CnALink.RiskTreatment_TRANSFER")); //$NON-NLS-1$
riskTreatmentLabels.put(CnALink.RiskTreatment.UNEDITED.name(), Messages.getString("CnALink.RiskTreatment_UNEDITED")); //$NON-NLS-1$
}

Expand Down

0 comments on commit 579056a

Please sign in to comment.