We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c3bda commit 5395fe6Copy full SHA for 5395fe6
LDK/src/org/labkey/ldk/LDKModule.java
@@ -150,7 +150,7 @@ public static boolean isSqlServer()
150
}
151
152
@Override
153
- public @NotNull Set<Class> getIntegrationTests()
+ public @NotNull Set<Class<?>> getIntegrationTests()
154
{
155
return PageFlowUtil.set(LookupSetTable.TestCase.class);
156
laboratory/src/org/labkey/laboratory/LaboratoryModule.java
@@ -235,7 +235,7 @@ public UpgradeCode getUpgradeCode()
235
236
237
238
239
240
return PageFlowUtil.set(WorkbookTestCase.class);
241
0 commit comments