Skip to content

Commit 27642ac

Browse files
authored
Bump schema versions to 26.000 (#593)
1 parent 7b57207 commit 27642ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nextflow/src/org/labkey/nextflow/NextFlowModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public boolean hasScripts()
4747
@Override
4848
public @Nullable Double getSchemaVersion()
4949
{
50-
return 25.000;
50+
return 26.000;
5151
}
5252

5353
@Override

panoramapublic/src/org/labkey/panoramapublic/query/ExperimentAnnotationsTableInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ public ExperimentUserForeignKey(UserSchema userSchema, FieldKey fieldKey)
529529
}
530530

531531
@Override
532-
public NamedObjectList getSelectList(RenderContext ctx)
532+
public @NotNull NamedObjectList getSelectList(RenderContext ctx)
533533
{
534534
NamedObjectList objectList = new NamedObjectList();
535535

0 commit comments

Comments
 (0)