Project

General

Profile

« Previous | Next » 

Revision 48926

use single quote instead of double quote

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/contexts/SaveContextProfileJobNode.java
53 53
		updateContextParams(ctxElem, desc);
54 54

  
55 55
		for (ContextPart cat : desc.getCategories().values()) {
56
			final Node catElem = ctxElem.selectSingleNode("./category[@id=\"" + cat.getId() + "\"]");
56
			final Node catElem = ctxElem.selectSingleNode("./category[@id='" + cat.getId() + "']");
57 57
			if (catElem != null) {
58 58
				catElem.detach();
59 59
			}

Also available in: Unified diff