Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed May 26, 2021
1 parent 20d9368 commit 5008c14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public CqfmSoftwareSystemHelper(String rootDir) {
super(rootDir);
}

@SuppressWarnings("serial")
protected <T extends DomainResource> void validateResourceForSoftwareSystemExtension(T resource) {
if (resource == null) {
throw new IllegalArgumentException("No resource provided.");
Expand Down

0 comments on commit 5008c14

Please sign in to comment.