view src/main/java/org/mpi/openmind/scripts/DoubleEntity.java @ 90:4b6c0b368f46

new UpdateMpiwgDigitalizations script.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Tue, 29 May 2018 21:15:06 +0200
parents 615d27dce9b3
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 {

}