-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Fix/doc improvements #394
Fix/doc improvements #394
Conversation
@@ -113,15 +114,26 @@ public GuiElementData setHasShadowRoot(boolean shadowRoot) { | |||
return this; | |||
} | |||
|
|||
@Deprecated | |||
public boolean hasSensibleData() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This class is for internal use only. It's not needed to mark method as deprecated. We can rename it immediatly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please find an example with "base URL" dots.
Description
@Deprecated
unique()
call in 'Radio buttons' section of documentation since the value already makes it unique and the call would require theLocator
to be casted toPreparedLocator
Type of change
Please delete options that are not relevant.
Checklist: