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
2 changes: 1 addition & 1 deletion snprc_ehr/src/org/labkey/snprc_ehr/SNPRC_EHRModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ protected Collection<WebPartFactory> createWebPartFactories()
webPartFactories.add(new BaseWebPartFactory("SNPRC Animals Treeview", WebPartFactory.LOCATION_BODY, WebPartFactory.LOCATION_RIGHT)
{
@Override
public WebPartView getWebPartView(@NotNull ViewContext portalCtx, @NotNull Portal.WebPart webPart)
public WebPartView<?> getWebPartView(@NotNull ViewContext portalCtx, @NotNull Portal.WebPart webPart)
{
return new AnimalsHierarchyWebPart();
}
Expand Down