Fix unbalanced <p> tags in JavaDocs.

This commit is contained in:
Andreas Schildbach
2019-04-28 13:44:38 +02:00
parent 11bbcbea2e
commit c5aa1a0c69
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ import java.util.Set;
* log, email), or if you decide to use alerts for notifications that are specific to your app in some way, to parse it.
* For example, you could treat it as an upgrade notification specific to your app. Satoshi designed alerts to ensure
* that software upgrades could be distributed independently of a hard-coded website, in order to allow everything to
* be purely peer-to-peer. You don't have to use this of course, and indeed it often makes more sense not to.<p>
* be purely peer-to-peer. You don't have to use this of course, and indeed it often makes more sense not to.</p>
*
* <p>Before doing anything with an alert, you should check {@link AlertMessage#isSignatureValid()}.</p>
*

View File

@@ -56,7 +56,7 @@ import com.google.common.collect.Lists;
/**
* <p>
* An implementation of a Fully Pruned Block Store using a leveldb implementation as the backing data store.
* <p>
* </p>
*
* <p>
* Includes number of caches to optimise the initial blockchain download.