Add link to Javadoc toString method, remove blank Javadoc line between tags
diff --git a/src/main/java/org/apache/commons/net/ftp/FTPFile.java b/src/main/java/org/apache/commons/net/ftp/FTPFile.java
index 56ae256..7246b44 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPFile.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPFile.java
@@ -410,7 +410,6 @@
* </p>
*
* @param timezone the time zone to use for displaying the time stamp If {@code null}, then use the Calendar ({@link #getTimestamp()}) entry
- *
* @return A string representation of the FTPFile information.
* @since 3.4
*/
@@ -467,7 +466,7 @@
/**
* Gets a string representation of the FTPFile information.
- * The returned output will be an FTP server raw listing.
+ * Delegates to {@link #getRawListing()}
*
* @see #getRawListing()
* @return A string representation of the FTPFile information.