fixed checkstyle problems
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user