File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/org/labkey/laboratory Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11ModuleClass : org.labkey.ldk.LDKModule
22ModuleDependencies : Experiment, Pipeline
3- ConsolidateScripts : false
43ManageVersion : false
Original file line number Diff line number Diff line change 1717package org .labkey .ldk ;
1818
1919import org .jetbrains .annotations .NotNull ;
20+ import org .jetbrains .annotations .Nullable ;
2021import org .labkey .api .data .Container ;
2122import org .labkey .api .data .DbScope ;
2223import org .labkey .api .data .bigiron .ClrAssemblyManager ;
@@ -53,7 +54,7 @@ public String getName()
5354 }
5455
5556 @ Override
56- public double getVersion ()
57+ public @ Nullable Double getSchemaVersion ()
5758 {
5859 return 12.39 ;
5960 }
Original file line number Diff line number Diff line change 11ModuleClass : org.labkey.laboratory.LaboratoryModule
22ModuleDependencies : Experiment, LDK
3- ConsolidateScripts : false
43ManageVersion : false
Original file line number Diff line number Diff line change 1616package org .labkey .laboratory ;
1717
1818import org .jetbrains .annotations .NotNull ;
19+ import org .jetbrains .annotations .Nullable ;
1920import org .json .JSONObject ;
2021import org .labkey .api .data .Container ;
2122import org .labkey .api .data .ContainerManager ;
@@ -74,7 +75,7 @@ public String getName()
7475 }
7576
7677 @ Override
77- public double getVersion ()
78+ public @ Nullable Double getSchemaVersion ()
7879 {
7980 return 12.304 ;
8081 }
You can’t perform that action at this time.
0 commit comments