fix type of issue source extension
This commit is contained in:
parent
1f6a8edbd6
commit
f7ad38cc34
|
@ -250,7 +250,7 @@ public class ToolingExtensions {
|
|||
Extension ex = new Extension();
|
||||
// todo: write this up and get it published with the pack (and handle the redirect?)
|
||||
ex.setUrl(ToolingExtensions.EXT_ISSUE_SOURCE);
|
||||
CodeType c = new CodeType();
|
||||
StringType c = new StringType();
|
||||
c.setValue(source.toString());
|
||||
ex.setValue(c);
|
||||
return ex;
|
||||
|
|
Loading…
Reference in New Issue