jerqi commented on PR #43:
URL: https://github.com/apache/incubator-uniffle/pull/43#issuecomment-1184674321
> > I prefer that we have abstract class and interface at the same time.
>
> Could u help give an example?
The code is like as below
```
interface AccessChecker extend Closeable {
}
public class AccessCandidatesChecker extend AbstractAccessChecker {
}
public abstract class AbstractAccessChecker implement AccessChecker {
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]