Project

General

Profile

« Previous | Next » 

Revision 56601

Adding metrics with micrometer

View differences:

ConfigurationFactory.java
124 124
		
125 125
		xPathExpression = xPath.compile("/configuration/vocabularies/index_vocabulary");
126 126
		nodes = (NodeList) xPathExpression.evaluate(new InputSource(new StringReader(configurationXml)), XPathConstants.NODESET);
127
		
127

  
128 128
		for (int i = 0; i < nodes.getLength(); i++) {
129 129
			vocabularyName = nodes.item(i).getAttributes().getNamedItem("name").getNodeValue();
130 130
			String query = nodes.item(i).getAttributes().getNamedItem("query").getNodeValue();

Also available in: Unified diff