重写Sncp.getServiceType

This commit is contained in:
redkale
2023-01-29 22:22:12 +08:00
parent f41a1bc3a1
commit ae27fffdb0

View File

@@ -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);
} }
/** /**