Skip to content

Commit 7b8fd23

Browse files
committed
MAINT-2464 Fixed compile issue after switching snomed-boot version to 5.2.0
1 parent 71267e6 commit 7b8fd23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/main/java/org/ihtsdo/rvf/core/service/TraceabilityComparisonService.java

+5
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,11 @@ private Map<ComponentType, Set<String>> gatherRF2ComponentChanges(ValidationRunC
280280
effectiveTime -> inDelta(effectiveTime, releaseEffectiveTime);// Only let snapshot rows through if they have the right date
281281

282282
final ComponentFactory componentFactory = new ComponentFactory() {
283+
@Override
284+
public LoadingProfile getLoadingProfile() {
285+
return null;
286+
}
287+
283288
@Override
284289
public void preprocessingContent() {
285290
// Not needed

0 commit comments

Comments
 (0)