view src/main/java/org/mpi/openmind/scripts/DoubleEntity.java @ 1:615d27dce9b3

(none)
author jurzua
date Wed, 29 Oct 2014 13:28:45 +0000
parents
children
line wrap: on
line source

package org.mpi.openmind.scripts;

/**
 * This script is used to solve the problem, 
 * when the db contains two (or more) entities with the same id and both have the state 'CURRENT_VERSION'. 
 * 
 * @author jurzua
 *
 */
public class DoubleEntity {

}