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 61ce171Copy full SHA for 61ce171
laboratory/src/org/labkey/laboratory/LaboratoryModule.java
@@ -235,7 +235,7 @@ public UpgradeCode getUpgradeCode()
235
}
236
237
@Override
238
- public @NotNull Set<Class> getIntegrationTests()
+ public @NotNull Set<Class<?>> getIntegrationTests()
239
{
240
return PageFlowUtil.set(WorkbookTestCase.class);
241
0 commit comments