Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCotare committed Sep 9, 2024
1 parent 6eb2762 commit 84702e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ public void setAdditionalTypePackages(String[] additionalTypePackages) {
public static Set<Class<? extends CustomType>> findAllCustomTypeRecords(ClassScannerUtil.ClassScanner classScanner) {
return classScanner.getSubTypesOf(CustomType.class).stream()
.filter(Record.class::isAssignableFrom)
.collect(Collectors.toSet()); //TODO: ttp://
.collect(Collectors.toSet());
}
}

0 comments on commit 84702e8

Please sign in to comment.