Project

General

Profile

1 26600 sandro.lab
package eu.dnetlib.actionmanager.common;
2
3
public enum Operation {
4
	INSERT, UPDATE
5
}