Issue Description
Type: Code specification
I think maybe it's a code specification problem? although the method is not being used.
Method name should probably be setEagleEyeSelfAppender, right?
public final class EagleEye {
...
//
static void setEagelEyeSelfAppender(EagleEyeAppender appender) {
selfAppender = appender;
}
}
If it needs to be modified, maybe I can submit a PR as the first PR for my participation in sentinel ^^
Issue Description
Type: Code specification
I think maybe it's a code specification problem? although the method is not being used.
Method name should probably be setEagleEyeSelfAppender, right?
If it needs to be modified, maybe I can submit a PR as the first PR for my participation in sentinel ^^