From d6738cbcdb8620c774cd53b600113fdd2f4d007a Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Wed, 23 Jul 2014 14:02:59 +0700 Subject: Fix javadoc --- core/src/main/java/org/bouncycastle/math/ec/ECPoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/bouncycastle/math/ec/ECPoint.java b/core/src/main/java/org/bouncycastle/math/ec/ECPoint.java index 1ecbcb30..f4c1d80d 100644 --- a/core/src/main/java/org/bouncycastle/math/ec/ECPoint.java +++ b/core/src/main/java/org/bouncycastle/math/ec/ECPoint.java @@ -589,7 +589,7 @@ public abstract class ECPoint public static class Fp extends AbstractFp { /** - * Create a point which encodes with point compression. + * Create a point which encodes without point compression. * * @param curve the curve to use * @param x affine x co-ordinate -- cgit v1.2.3