Skip to content

Code format normalization#242

Open
TsingIn wants to merge 2 commits intoEcwid:masterfrom
TsingIn:master
Open

Code format normalization#242
TsingIn wants to merge 2 commits intoEcwid:masterfrom
TsingIn:master

Conversation

@TsingIn
Copy link

@TsingIn TsingIn commented Dec 28, 2022

1.Remove the interface function scope declaration.
2.Optimize the code format.

*/
public class ConsulException extends RuntimeException {

public ConsulException() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking change. I request that this be reverted.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No-arg constructor is recovered but I think removing it is more normative.
if not declared parameter-construct java has a no-arg constructor built in it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants