Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 171c20d6

Přidáno uživatelem Jan Havlíček před asi 4 roky(ů)

#7842 #7843
cosmetic changes and merging

Zobrazit rozdíly:

project/Deserializer/src/Converter.java
2 2
import java.io.IOException;
3 3
import java.util.List;
4 4

  
5
import org.codehaus.jackson.map.ObjectMapper;
6
import org.codehaus.jackson.map.ObjectWriter;
7

  
8 5
import jdeserialize.content;
9 6
import jdeserialize.jdeserialize;
10 7

  
......
56 53
            List<content> cntnts = deserializer.getContent();
57 54

  
58 55
            // testing with only first of the contents
59
			ObjectWriter ow = new ObjectMapper().writer().withDefaultPrettyPrinter();
56
			//ObjectWriter ow = new ObjectMapper().writer().withDefaultPrettyPrinter();
60 57
			
61 58
			for(content cnt : cntnts)
62 59
			{

Také k dispozici: Unified diff