-
Notifications
You must be signed in to change notification settings - Fork 13
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
[EAK-359] Added Javadoc; minor coding changes #476
Conversation
plugin/src/main/java/com/exadel/aem/toolkit/plugin/metadata/InterfaceHandler.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/com/exadel/aem/toolkit/plugin/metadata/Property.java
Outdated
Show resolved
Hide resolved
* Represents a mix-in object used with {@link AbstractAdapter}-based objects to expose Java objects leveraging | ||
* reflective operations to |
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.
I tried to understand this sentence 5 times but failed to do so)
perhaps it can be rewritten to be more human-readable?
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.
Thanks) It was a glitch. a broken phrase
plugin/src/main/java/com/exadel/aem/toolkit/plugin/metadata/InterfaceHandler.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/com/exadel/aem/toolkit/plugin/metadata/InterfaceHandler.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/com/exadel/aem/toolkit/plugin/metadata/InterfaceHandler.java
Outdated
Show resolved
Hide resolved
/** | ||
* Called by {@link InterfaceHandler#toString()} to convert the given array to a string representation | ||
* @param array The array to convert | ||
* @return A string representation of the array; can be an empty string but never {@code null} |
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.
can be an empty string
I don't see how this can be true with the current implementation of this method....
Co-authored-by: liubou-masiuk <54947899+liubou-masiuk@users.noreply.github.com>
Co-authored-by: liubou-masiuk <54947899+liubou-masiuk@users.noreply.github.com>
Co-authored-by: liubou-masiuk <54947899+liubou-masiuk@users.noreply.github.com>
Co-authored-by: liubou-masiuk <54947899+liubou-masiuk@users.noreply.github.com>
Co-authored-by: liubou-masiuk <54947899+liubou-masiuk@users.noreply.github.com>
…ature/EAK-359-javadoc
No description provided.