Javadoc: Use an HTTPS URL to the Apache web site

This commit is contained in:
Gary Gregory 2024-01-14 10:35:55 -05:00
parent 59780b184c
commit a02e260a0a

View File

@ -523,7 +523,7 @@ public static String wrap(final String str, final int wrapLength) {
* <td>20</td> * <td>20</td>
* <td>"\n"</td> * <td>"\n"</td>
* <td>true</td> * <td>true</td>
* <td>"Click here to jump\nto the commons\nwebsite -\nhttp://commons.apach\ne.org"</td> * <td>"Click here to jump\nto the commons\nwebsite -\nhttps://commons.apach\ne.org"</td>
* </tr> * </tr>
* </table> * </table>
* *
@ -608,7 +608,7 @@ public static String wrap(final String str, final int wrapLength, final String n
* <td>"\n"</td> * <td>"\n"</td>
* <td>true</td> * <td>true</td>
* <td>" "</td> * <td>" "</td>
* <td>"Click here to jump\nto the commons\nwebsite -\nhttp://commons.apach\ne.org"</td> * <td>"Click here to jump\nto the commons\nwebsite -\nhttps://commons.apach\ne.org"</td>
* </tr> * </tr>
* <tr> * <tr>
* <td>"flammable/inflammable"</td> * <td>"flammable/inflammable"</td>