Skip to content

Commit

Permalink
Ignore some PMD code smells for now
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenWoltmann committed Jun 1, 2023
1 parent 2ff571b commit e2e9248
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*
* @author Sven Woltmann
*/
@SuppressWarnings("PMD.ImmutableField") // name, description, etc... should eventually be modifiable
public class Product {

private final ProductId id;
Expand Down

0 comments on commit e2e9248

Please sign in to comment.