fixed checkstyle problems

This commit is contained in:
Alexander Maier
2023-06-27 16:42:49 +02:00
parent 6ca2027123
commit b551f03d16

View File

@@ -29,13 +29,5 @@ public class OfferDTO {
*/ */
private String lastUpdate; private String lastUpdate;
/**
* Creates OfferDTO instance.
* @param newofferId
* @param newLastUpdate
*/
public OfferDTO(final String newofferId, final String newLastUpdate){
this.offerId = newofferId;
this.lastUpdate = newLastUpdate;
}
} }