Skip to content

Commit

Permalink
fix wrong data type for pattern URIs in DTO (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWun authored Nov 28, 2023
1 parent e39d20c commit 5fc30e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ public class ImplementationDto implements Identifyable {

private Set<SoftwarePlatformDto> softwarePlatforms;

private Set<URI> patterns;
private Set<String> patterns;
}

0 comments on commit 5fc30e9

Please sign in to comment.