diff --git a/apps/addressbook/java/src/net/metanotion/package.html b/apps/addressbook/java/src/net/metanotion/package.html index 45c7447064..bdf38bf029 100644 --- a/apps/addressbook/java/src/net/metanotion/package.html +++ b/apps/addressbook/java/src/net/metanotion/package.html @@ -19,7 +19,7 @@ the API may be subject to change. Contact I2P developers if you are considering use in another application. Following is the original documentation copied from metanotion website.

-

Metanotion BlockFile Database

+

Metanotion BlockFile Database

A 100% Java 1.3, BSD Licensed, embeddable single file database engine in 32KB. This database was designed for PDA based and J2ME applications.

Table of Contents

diff --git a/apps/imagegen/imagegen/webapp/src/main/java/net/i2p/imagegen/IdenticonServlet.java b/apps/imagegen/imagegen/webapp/src/main/java/net/i2p/imagegen/IdenticonServlet.java index deec8e3047..63778a4cd9 100644 --- a/apps/imagegen/imagegen/webapp/src/main/java/net/i2p/imagegen/IdenticonServlet.java +++ b/apps/imagegen/imagegen/webapp/src/main/java/net/i2p/imagegen/IdenticonServlet.java @@ -27,13 +27,13 @@ import net.i2p.util.Log; * This servlet generates identicon (visual identifier) images ranging * from 16x16 to 512x512 in size. * - *

Supported Image Formats

+ *

Supported Image Formats

*

* Currently only PNG is supported because javax.imageio package * does not come with built-in GIF encoder and PNG is the only remaining * reasonable format. *

- *

Initialization Parameters:

+ *

Initialization Parameters:

*
*
*
inetSalt
@@ -44,7 +44,7 @@ import net.i2p.util.Log; * (Optional) *
*
- *

Request ParametersP

+ *

Request ParametersP

*
*
*
code
diff --git a/core/java/src/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java b/core/java/src/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java index 126b638bbf..4fda6d5d75 100644 --- a/core/java/src/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java +++ b/core/java/src/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java @@ -27,7 +27,7 @@ public class Ed25519LittleEndianEncoding extends Encoding { *

* The idea for the modulo $p$ reduction algorithm is as follows: *

- *

Assumption:

+ *

Assumption:

*

* Then $q = [2^{-255} * (h + 19 * 2^{-25} * h_9 + 1/2)]$ where $[x] = floor(x)$. *

- *

Proof:

+ *

Proof:

*

* We begin with some very raw estimation for the bounds of some expressions: *

diff --git a/core/java/src/net/i2p/data/i2cp/package.html b/core/java/src/net/i2p/data/i2cp/package.html index 0d9bbda5c4..58e0274785 100644 --- a/core/java/src/net/i2p/data/i2cp/package.html +++ b/core/java/src/net/i2p/data/i2cp/package.html @@ -22,7 +22,7 @@ be added in the future. I2CP however does not expose any private keys across the wire - proof of authorization to collect messages for a Destination is provided by public key signatures.

-

Messages

+

Messages

These classes are the currently defined messages in the Invisible Internet Client Protocol (I2CP), though common data structures are located in the I2P Common Data diff --git a/router/java/src/com/maxmind/geoip2/DatabaseReader.java b/router/java/src/com/maxmind/geoip2/DatabaseReader.java index 879c573893..3c6af9aed8 100644 --- a/router/java/src/com/maxmind/geoip2/DatabaseReader.java +++ b/router/java/src/com/maxmind/geoip2/DatabaseReader.java @@ -19,7 +19,7 @@ import java.util.Map; * The class {@code DatabaseReader} provides a reader for the GeoIP2 database * format. *

- *

Usage

+ *

Usage

*

* To use the database API, you must create a new {@code DatabaseReader} using * the {@code DatabaseReader.Builder}. You must provide the {@code Builder} @@ -41,7 +41,7 @@ import java.util.Map; * expensive as it must read in metadata for the file. It is safe to share the * object across threads. *

- *

Caching

+ *

Caching

*

* The database API supports pluggable caching (by default, no caching is * performed). A simple implementation is provided by