Fix #409 - Tag#setCode did not work
This commit is contained in:
parent
7dbd5a21ca
commit
294e467811
|
@ -206,7 +206,7 @@ public class Tag extends BaseElement implements IElement, IBaseCoding {
|
|||
|
||||
@Override
|
||||
public IBaseCoding setCode(String theTerm) {
|
||||
setTerm(myTerm);
|
||||
setTerm(theTerm);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue