Skip to content

Commit

Permalink
Issue 45315: Remove DomainEditorServiceBase and GWT-based assay infer…
Browse files Browse the repository at this point in the history
…-from-file UI (#733)
  • Loading branch information
cnathe authored Mar 4, 2024
1 parent 358b36d commit b4968d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flow/src/org/labkey/flow/data/FlowAssayProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -455,12 +455,6 @@ public Class<? extends Controller> getDesignerAction()
return null;
}

@Override
public Class<? extends Controller> getDataImportAction()
{
throw new UnsupportedOperationException();
}

@Override
public PipelineProvider getPipelineProvider()
{
Expand Down

0 comments on commit b4968d7

Please sign in to comment.