Project

General

Profile

« Previous | Next » 

Revision 53588

refactored Action

View differences:

XsltRowTransformerFactoryTest.java
679 679

  
680 680
	}
681 681

  
682
	private Map<String, Map<String, Map<String, byte[]>>> buildTable(final List<Row> rows) throws UnsupportedEncodingException {
682
	protected Map<String, Map<String, Map<String, byte[]>>> buildTable(final List<Row> rows) throws UnsupportedEncodingException {
683 683
		final Map<String, Map<String, Map<String, byte[]>>> table = Maps.newHashMap();
684 684

  
685 685
		for (final Row row : rows) {
......
705 705

  
706 706
	}
707 707

  
708
	private Map<String, XmlRecordFactory> mapAll(final Map<String, Map<String, Map<String, byte[]>>> table) throws Exception {
708
	protected Map<String, XmlRecordFactory> mapAll(final Map<String, Map<String, Map<String, byte[]>>> table) throws Exception {
709 709

  
710 710
		final Map<String, XmlRecordFactory> builders = Maps.newHashMap();
711 711
		for (final Entry<String, Map<String, Map<String, byte[]>>> e : table.entrySet()) {

Also available in: Unified diff