mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-27 16:56:07 +00:00
Fix compile error
This commit is contained in:
parent
a071b54af0
commit
a423f76005
@ -1652,7 +1652,7 @@ public class ProfileUtilities {
|
||||
if (definition != null && definition.hasShort()) {
|
||||
if (!c.getPieces().isEmpty()) c.addPiece(gen.new Piece("br"));
|
||||
c.addPiece(checkForNoChange(definition.getShortElement(), gen.new Piece(null, definition.getShort(), null)));
|
||||
} else if (fallback != null && fallback != null && fallback.hasShort()) {
|
||||
} else if (fallback != null && fallback.hasShort()) {
|
||||
if (!c.getPieces().isEmpty()) c.addPiece(gen.new Piece("br"));
|
||||
c.addPiece(checkForNoChange(fallback.getShortElement(), gen.new Piece(null, fallback.getShort(), null)));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user