Bech32: replace <p></p> XHTML-style header with <p> HTML5-style header

This commit is contained in:
Sean Gilligan 2023-06-09 11:58:43 +02:00 committed by Andreas Schildbach
parent 828cf58ab1
commit eec12bae44

View File

@ -25,10 +25,9 @@ import java.util.Locale;
import static org.bitcoinj.base.internal.Preconditions.checkArgument;
/**
* <p>Implementation of the Bech32 encoding.</p>
*
* Implementation of the Bech32 encoding.
* <p>See <a href="https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki">BIP350</a> and
* <a href="https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki">BIP173</a> for details.</p>
* <a href="https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki">BIP173</a> for details.
*/
public class Bech32 {
/** The Bech32 character set for encoding. */