Added authorship

This commit is contained in:
Luca Frosini 2024-11-06 15:01:40 +01:00
parent 833d2bd2cb
commit f6601cac8e
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ import org.gcube.informationsystem.utils.TypeUtility;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public abstract class JsonQueryERElement {
protected Logger logger = LoggerFactory.getLogger(this.getClass());