merge Existing Semantic Values
fun mergeExistingSemanticValues(semanticValue1: L2SemanticValue, semanticValue2: L2SemanticValue)
Content copied to clipboard
Given two L2SemanticValues, merge their L2Synonyms together, if they're not already. Update the manifest to reflect the merged synonyms.
Parameters
semantic Value1
An L2SemanticValue.
semantic Value2
Another L2SemanticValue representing what has just been shown to be the same value. It may already be a synonym of the first semantic value.