Project

General

Profile

1
package eu.dnetlib.actionmanager.common;
2

    
3
public enum Operation {
4
	INSERT, UPDATE
5
}
(2-2/3)