Project

General

Profile

« Previous | Next » 

Revision f0b8034c

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/json/processor/value/UUIDJSONValueProcessor.java
5 5
 * The contents of this file are subject to the Mozilla Public License Version
6 6
 * 1.1 See LICENSE.TXT at the top of this package for the full license terms.
7 7
 */
8

  
9 8
package eu.etaxonomy.cdm.remote.json.processor.value;
10 9

  
11 10
import java.util.UUID;
12 11

  
13
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
12
import org.apache.logging.log4j.LogManager;
13
import org.apache.logging.log4j.Logger;
14 14

  
15 15
import net.sf.json.JsonConfig;
16 16
import net.sf.json.processors.JsonValueProcessor;
......
38 38
		}
39 39
		UUID uuid = (UUID) obj;
40 40
		return uuid.toString();
41
	};
42

  
43
}
41
	}
42
}

Also available in: Unified diff