Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions api/src/org/labkey/api/assay/AbstractAssayProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -1109,12 +1109,6 @@ public ModelAndView createResultDetailsView(ViewContext context, ExpProtocol pro
return new DetailsView(region, dataRowId);
}

@Deprecated //Prefer overload that accepts the additional audit comment
public void deleteProtocol(ExpProtocol protocol, User user) throws ExperimentException
{
deleteProtocol(protocol, user, null);
}

@Override
public void deleteProtocol(ExpProtocol protocol, User user, @Nullable final String auditUserComment) throws ExperimentException
{
Expand Down