Skip to content

Commit 61ce171

Browse files
committed
Return Set<Class<?>> from Module "get test" methods
1 parent f5c3bda commit 61ce171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laboratory/src/org/labkey/laboratory/LaboratoryModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public UpgradeCode getUpgradeCode()
235235
}
236236

237237
@Override
238-
public @NotNull Set<Class> getIntegrationTests()
238+
public @NotNull Set<Class<?>> getIntegrationTests()
239239
{
240240
return PageFlowUtil.set(WorkbookTestCase.class);
241241
}

0 commit comments

Comments
 (0)