Project

General

Profile

« Previous | Next » 

Revision 43043

added method to remove a specific attribute from wf Env

View differences:

modules/dnet-msro-service/trunk/src/main/java/eu/dnetlib/msro/workflows/procs/Env.java
39 39
	public boolean hasAttribute(final String name) {
40 40
		return attrs.containsKey(name);
41 41
	}
42

  
43
	public Object removeAttribute(final String name) {
44
		return attrs.remove(name);
45
	}
42 46
}

Also available in: Unified diff