Renamed class toalign the naming to the others

This commit is contained in:
Luca Frosini 2021-01-13 21:55:01 +01:00
parent fe96b0811f
commit 11bf7f0638
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@Path(SharingPath.SHARING_PATH_PART)
public class SharingManagement {
public class SharingManager {
private static Logger logger = LoggerFactory.getLogger(SharingManagement.class);
private static Logger logger = LoggerFactory.getLogger(SharingManager.class);
/*
* protected void setRESTCalledMethod(HTTPMETHOD httpMethod, String type) {