mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-13 08:14:46 +00:00
Update PECodeGenerator.java
This commit is contained in:
parent
1321ae421e
commit
d3745e4093
@ -845,7 +845,7 @@ public class PECodeGenerator {
|
||||
|
||||
private PEGenClass genClass(PEDefinition source) {
|
||||
PEGenClass cls = new PEGenClass();
|
||||
cls.name = source.getProfile().getName();
|
||||
cls.name = Utilities.javaTokenize(source.getProfile().getName(), true);
|
||||
cls.base = source.getProfile().getType();
|
||||
cls.doco = source.documentation();
|
||||
cls.url = source.getProfile().getVersionedUrl();
|
||||
|
Loading…
x
Reference in New Issue
Block a user