Skip to content

Commit 9c741a7

Browse files
committed
Fix build breaks
1 parent 61ce171 commit 9c741a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LDK/src/org/labkey/ldk/LDKModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public static boolean isSqlServer()
150150
}
151151

152152
@Override
153-
public @NotNull Set<Class> getIntegrationTests()
153+
public @NotNull Set<Class<?>> getIntegrationTests()
154154
{
155155
return PageFlowUtil.set(LookupSetTable.TestCase.class);
156156
}

0 commit comments

Comments
 (0)