Removed needless setter

This commit is contained in:
Marvin Scham
2023-05-24 01:15:56 +02:00
parent a41d3c473c
commit a6ccbe8b3c

View File

@@ -39,13 +39,6 @@ public class ProductDTO {
return productId;
}
/**
* @param newProductId the productId to set
*/
public void setProductId(final String newProductId) {
this.productId = newProductId;
}
/**
* Current product price per piece in Euro.
*/