|
|
@ -145,7 +145,7 @@ public class MergeIterator<E> implements CloneableIterator<E> {
|
|
|
|
static {
|
|
|
|
static {
|
|
|
|
Method meth = null;
|
|
|
|
Method meth = null;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
final Class<?> c = Class.forName("de.anomic.kelondro.kelondroMergeIterator");
|
|
|
|
final Class<?> c = Class.forName("de.anomic.kelondro.order.MergeIterator");
|
|
|
|
meth = c.getMethod("mergeEqualByReplace", new Class[]{Object.class, Object.class});
|
|
|
|
meth = c.getMethod("mergeEqualByReplace", new Class[]{Object.class, Object.class});
|
|
|
|
} catch (final SecurityException e) {
|
|
|
|
} catch (final SecurityException e) {
|
|
|
|
System.out.println("Error while initializing simpleMerge (1): " + e.getMessage());
|
|
|
|
System.out.println("Error while initializing simpleMerge (1): " + e.getMessage());
|
|
|
|