mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 02:15:22 +00:00
Fix up whitespace
This commit is contained in:
parent
03567c5831
commit
d91cb7524c
@ -853,7 +853,6 @@ class PredicateBuilderReference extends BasePredicateBuilder {
|
||||
for (IQueryParameterOr<IQueryParameterType> next : parsedParam.getValuesAsQueryTokens()) {
|
||||
orValues.addAll(next.getValuesAsQueryTokens());
|
||||
}
|
||||
|
||||
//Handle internal chain inside the has.
|
||||
if (parameterName.contains(".")) {
|
||||
String chainedPartOfParameter = getChainedPart(parameterName);
|
||||
@ -874,6 +873,7 @@ class PredicateBuilderReference extends BasePredicateBuilder {
|
||||
myQueryRoot.addPredicate(andPredicate);
|
||||
}
|
||||
}
|
||||
|
||||
private String getChainedPart(String parameter) {
|
||||
return parameter.substring(parameter.indexOf(".") + 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user