Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Cleaned up commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyuri Grell committed Jan 11, 2017
1 parent bb21b7d commit df327ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ private JacksonConverterFactory(ObjectMapper mapper) {
}
this.mapper = mapper;
mapper.disable(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS).disable(SerializationFeature.WRITE_DATE_KEYS_AS_TIMESTAMPS);
// mapper.setDateFormat(new SimpleDateFormat(DATE_FORMAT));
mapper.getSerializationConfig().with(new SimpleDateFormat(DATE_FORMAT));

final SimpleBeanPropertyFilter campaignCreateUpdateFilter = SimpleBeanPropertyFilter.filterOutAllExcept(CAMPAIGN_CREATE_UPDATE_FIELDS);
Expand Down

0 comments on commit df327ed

Please sign in to comment.