Added authorship

This commit is contained in:
Luca Frosini 2024-11-06 14:58:24 +01:00
parent 9777ecc7b8
commit 027da0216e
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public class QueryTemplateManagementTest extends ContextTest {
private static Logger logger = LoggerFactory.getLogger(QueryTemplateManagementTest.class);