cleanup
This commit is contained in:
parent
4f48bce959
commit
e8d49fedaf
|
@ -184,6 +184,7 @@ public class PrefetchTemplateBuilderDstu3 extends BasePrefetchTemplateBuilder {
|
|||
return result;
|
||||
}
|
||||
|
||||
@SuppressWarnings("ReassignedVariable")
|
||||
protected StringBuilder getCodesStringBuilder(
|
||||
List<String> theStrings, StringBuilder theCodes, String theSystem, String theCode) {
|
||||
String codeToken = theSystem + "|" + theCode;
|
||||
|
|
|
@ -172,6 +172,7 @@ public class PrefetchTemplateBuilderR4 extends BasePrefetchTemplateBuilder {
|
|||
return result;
|
||||
}
|
||||
|
||||
@SuppressWarnings("ReassignedVariable")
|
||||
protected StringBuilder getCodesStringBuilder(
|
||||
List<String> theStrings, StringBuilder theCodes, String system, String theCode) {
|
||||
String codeToken = system + "|" + theCode;
|
||||
|
|
|
@ -173,6 +173,7 @@ public class PrefetchTemplateBuilderR5 extends BasePrefetchTemplateBuilder {
|
|||
return result;
|
||||
}
|
||||
|
||||
@SuppressWarnings("ReassignedVariable")
|
||||
protected StringBuilder getCodesStringBuilder(
|
||||
List<String> theStrings, StringBuilder theCodes, String theSystem, String theCode) {
|
||||
String codeToken = theSystem + "|" + theCode;
|
||||
|
|
Loading…
Reference in New Issue