Skip to content

Commit d55a9a1

Browse files
Still more forUpdate parameters (#165)
1 parent 2e2f52b commit d55a9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genotyping/src/org/labkey/genotyping/HaplotypeAssayProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public List<ParticipantVisitResolverType> getParticipantVisitResolverTypes()
157157
}
158158

159159
@Override
160-
public Domain getResultsDomain(ExpProtocol protocol)
160+
public Domain getResultsDomain(ExpProtocol protocol, boolean forUpdate)
161161
{
162162
return null;
163163
}

0 commit comments

Comments
 (0)