Project

General

Profile

« Previous | Next » 

Revision 45899

merge with trunk r42741 + page numbers for old api

View differences:

XmlFormatter.java
1 1
package eu.dnetlib.data.search.transform.formatter;
2 2

  
3
import eu.dnetlib.data.search.transform.FormatterException;
3 4
import eu.dnetlib.domain.data.SearchResult;
4 5

  
5 6
public class XmlFormatter implements Formatter {
6 7

  
7 8
	@Override
8
	public String format(SearchResult result) throws Exception {
9
	public String format(SearchResult result) throws FormatterException {
9 10
		// TODO Auto-generated method stub
10 11
		return null;
11 12
	}

Also available in: Unified diff