bug1873: code review and corresponding changes

This commit is contained in:
Axel Uhl
2023-11-21 13:07:21 +01:00
parent 07a53efba9
commit 1bb720d2bb
12 changed files with 57 additions and 86 deletions
@@ -164,5 +164,15 @@ public class TestMongoEndpointEquality {
public TimePoint getLaunchTimePoint() {
return null;
}
@Override
public String getNameTag() {
return null;
}
@Override
public String getImageId() {
return null;
}
}
}