Project

General

Profile

« Previous | Next » 

Revision 45813

View differences:

BaseService.java
4 4
import java.lang.annotation.Annotation;
5 5
import java.lang.management.ManagementFactory;
6 6
import java.lang.management.OperatingSystemMXBean;
7
import java.util.ArrayList;
7 8
import java.util.HashMap;
9
import java.util.List;
8 10
import java.util.Map;
9 11

  
10 12
import javax.annotation.PostConstruct;
11 13

  
12 14
import org.apache.commons.logging.Log;
13 15
import org.apache.commons.logging.LogFactory;
16
import org.dom4j.Element;
14 17
import org.springframework.beans.factory.annotation.Autowired;
15 18
import org.springframework.context.Lifecycle;
16 19
import org.springframework.web.bind.annotation.RequestMapping;
......
120 123
		return serviceProperties;
121 124
	}
122 125

  
126
	public List<Element> geXmlProfileSections() {
127
		return new ArrayList<>();
128
	}
129

  
123 130
	public void setServiceProperties(final Map<String, String> serviceProperties) {
124 131
		this.serviceProperties = serviceProperties;
125 132
	}

Also available in: Unified diff