Renamed class toalign the naming to the others
This commit is contained in:
parent
fe96b0811f
commit
11bf7f0638
|
@ -25,9 +25,9 @@ import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
@Path(SharingPath.SHARING_PATH_PART)
|
@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) {
|
* protected void setRESTCalledMethod(HTTPMETHOD httpMethod, String type) {
|
Loading…
Reference in New Issue