Renamed class

This commit is contained in:
Luca Frosini 2021-06-25 12:25:06 +02:00
parent acf64b8acc
commit d5189d4397
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@ import org.slf4j.LoggerFactory;
* @author Luca Frosini (ISTI - CNR)
*/
@Path(TypePath.TYPES_PATH_PART)
public class SchemaManager {
public class TypeManager {
private static Logger logger = LoggerFactory.getLogger(SchemaManager.class);
private static Logger logger = LoggerFactory.getLogger(TypeManager.class);
/*
* PUT /types/{TYPE_NAME}