msahyoun commented on PR #468:
URL: https://github.com/apache/pdfbox/pull/468#issuecomment-4643662234

   Since LinkOption is only referenced in the Javadoc and not used in actual 
code, I'd suggest dropping the import and using the fully qualified name in the 
@see tag instead:
   ``` java
   @see Files#getFileAttributeView(Path, Class, java.nio.file.LinkOption[])
   ```
   This keeps the import list clean and ensures it only reflects classes 
actually used in the code.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to