Skip to content
Merged
Show file tree
Hide file tree
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 nextflow/src/org/labkey/nextflow/NextFlowModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public boolean hasScripts()
@Override
public @Nullable Double getSchemaVersion()
{
return 25.000;
return 26.000;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ public ExperimentUserForeignKey(UserSchema userSchema, FieldKey fieldKey)
}

@Override
public NamedObjectList getSelectList(RenderContext ctx)
public @NotNull NamedObjectList getSelectList(RenderContext ctx)
{
NamedObjectList objectList = new NamedObjectList();

Expand Down