Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

UpdateSetsJobNode.java
34 34
	@Override
35 35
	protected String execute(final NodeToken token) throws Exception {
36 36

  
37
		@SuppressWarnings("unchecked")
38
		final List<Map<String, String>> sets = new Gson().fromJson(token.getEnv().getAttribute("sets"), List.class);
37
		@SuppressWarnings("unchecked")		final List<Map<String, String>> sets = new Gson().fromJson(token.getEnv().getAttribute("sets"), List.class);
39 38

  
40 39
		final String lastUpdate = DateUtils.now_ISO8601();
41 40
		for (Map<String, String> set : sets) {

Also available in: Unified diff