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
In [1] we generally not put protected fields, as subclasses . This violates java's rule - A protected variable is not visible outside the package ,
[1] . https://github.com/wso2/carbon-consent-management/blob/master/components/org.wso2.carbon.consent.mgt.core/src/main/java/org/wso2/carbon/consent/mgt/core/PrivilegedConsentManagerImpl.java#L116
The text was updated successfully, but these errors were encountered:
[WSO2 Release] [Jenkins wso2#168] [Release 2.0.25] prepare release v2…
6a299c7
….0.25
[WSO2 Release] [Jenkins wso2#168] [Release 2.0.25] prepare for next d…
17ae172
…evelopment iteration
No branches or pull requests
In [1] we generally not put protected fields, as subclasses . This violates java's rule - A protected variable is not visible outside the package ,
[1] . https://github.com/wso2/carbon-consent-management/blob/master/components/org.wso2.carbon.consent.mgt.core/src/main/java/org/wso2/carbon/consent/mgt/core/PrivilegedConsentManagerImpl.java#L116
The text was updated successfully, but these errors were encountered: