Fix #409 - Tag#setCode did not work

This commit is contained in:
jamesagnew 2016-07-24 09:28:22 -04:00
parent 7dbd5a21ca
commit 294e467811
2 changed files with 5 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public class Tag extends BaseElement implements IElement, IBaseCoding {
@Override
public IBaseCoding setCode(String theTerm) {
setTerm(myTerm);
setTerm(theTerm);
return this;
}

View File

@ -90,6 +90,10 @@
strip versions from references). Thanks to GitHub user @cknaap
for the suggestion!
</action>
<action type="fix" issue="409">
<![CDATA[<code>Tag#setCode(String)</code>]]> did not actually set the code it was supposed to
set. Thanks to Tim Tschampel for reporting!
</action>
</release>
<release version="1.6" date="2016-07-07">
<action type="fix">