Skip to content

Commit 8742cc4

Browse files
committed
Fix a.name to a.id for javadoc generation
1 parent 4453a2c commit 8742cc4

File tree

1 file changed

+3
-3
lines changed
  • library/src/main/java/com/pengrad/telegrambot/passport/decrypt

1 file changed

+3
-3
lines changed

library/src/main/java/com/pengrad/telegrambot/passport/decrypt/Base64.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>.
2828
*
2929
* <ul>
30-
* <li><a name="basic"><b>Basic</b></a>
30+
* <li><a id="basic"><b>Basic</b></a>
3131
* <p>
3232
* Uses "The Base64 Alphabet" as specified in Table 1 of RFC 4648 and RFC 2045
3333
* for encoding and decoding operation. The encoder does not add any line feed
@@ -36,7 +36,7 @@
3636
* </p>
3737
* </li>
3838
*
39-
* <li><a name="url"><b>URL and Filename safe</b></a>
39+
* <li><a id="url"><b>URL and Filename safe</b></a>
4040
* <p>
4141
* Uses the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of
4242
* RFC 4648 for encoding and decoding. The encoder does not add any line feed
@@ -45,7 +45,7 @@
4545
* </p>
4646
* </li>
4747
*
48-
* <li><a name="mime"><b>MIME</b></a>
48+
* <li><a id="mime"><b>MIME</b></a>
4949
* <p>
5050
* Uses the "The Base64 Alphabet" as specified in Table 1 of RFC 2045 for
5151
* encoding and decoding operation. The encoded output must be represented in

0 commit comments

Comments
 (0)