Skip to content

Commit 975e51c

Browse files
committed
style: shorten the URL in MultipartEntityBuilder2's javadoc
This makes both javadoc and checkstyle happy
1 parent 3ade0a3 commit 975e51c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/protocol/http/src/main/java/org/apache/http/entity/mime/MultipartEntityBuilder2.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@
4141
* Builder for multipart {@link HttpEntity}s.
4242
*
4343
* Note: the code was taken from
44-
* <a href="https://github.com/apache/httpcomponents-client/blob/54900db4653d7f207477e6ee40135b88e9bcf832/httpmime/src/
45-
* main/java/org/apache/http/entity/mime/MultipartEntityBuilder.java">MultipartEntityBuilder 4.5.14</a>
46-
*
44+
* <a href="https://github.com/apache/httpcomponents-client/blob/rel/v4.5.14/httpmime/src/main/java/org/apache/http/entity/mime/MultipartEntityBuilder.java">
45+
* MultipartEntityBuilder 4.5.14</a>
4746
*/
4847
@API(status = API.Status.INTERNAL, since = "5.6.4")
4948
public class MultipartEntityBuilder2 {

0 commit comments

Comments
 (0)