重写Sncp.getServiceType
This commit is contained in:
@@ -28,7 +28,7 @@ public abstract class AbstractService implements Service {
|
|||||||
* @return Class
|
* @return Class
|
||||||
*/
|
*/
|
||||||
protected Class serviceType() {
|
protected Class serviceType() {
|
||||||
return Sncp.getResourceType(this);
|
return Sncp.getServiceType(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user