Fix to maintain Java 6 compatability 30/430/1
authorEd Warnicke <eaw@cisco.com>
Tue, 4 Jun 2013 20:01:22 +0000 (15:01 -0500)
committerEd Warnicke <eaw@cisco.com>
Tue, 4 Jun 2013 20:01:22 +0000 (15:01 -0500)
commite6420556a7d65121e802b37deeb74da06b553305
tree17f76cb39427efaffb46718544d281f3f3517309
parent966346b306eefdc7a6266f95edf000cbd60faca8
Fix to maintain Java 6 compatability

Swapped out the use of Integer.compare (which requires Java 7)
for Integer.valueOf(x).compareTo(Integer.valueOf(y)) which
is promised to return the identical value here:
http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html#compare(int, int)

Change-Id: I78d325351dac312d120f5c598ec9155d31cfb689
Signed-off-by: Ed Warnicke <eaw@cisco.com>
opendaylight/commons/concepts/src/main/java/org/opendaylight/controller/concepts/tranform/CompositeConditionalTransformer.java