We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change
Change is a data class that only provides the default constructor. It would be nice to offer various factories for users' convenience as like upstream Central Dogma did. https://github.com/line/centraldogma/blob/ece893db888fbb5c4f1e28987b9aee10d78e5396/common/src/main/java/com/linecorp/centraldogma/common/Change.java#L65
The text was updated successfully, but these errors were encountered:
@minwoox If you are looking for an issue, how about this? I think this might be worth it to ship with the initial version. 😆
Sorry, something went wrong.
Thanks for the suggestion. Yeah, let me handle this issue. 😄
No branches or pull requests
Change
is a data class that only provides the default constructor.It would be nice to offer various factories for users' convenience as like upstream Central Dogma did.
https://github.com/line/centraldogma/blob/ece893db888fbb5c4f1e28987b9aee10d78e5396/common/src/main/java/com/linecorp/centraldogma/common/Change.java#L65
The text was updated successfully, but these errors were encountered: