From 5a08847e4287638ba7841362b65a1752cd3d26a2 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 27 Jul 2017 14:18:48 +0200 Subject: [PATCH] ECKey: Gender-neutralize a comment. --- core/src/main/java/org/bitcoinj/core/ECKey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/bitcoinj/core/ECKey.java b/core/src/main/java/org/bitcoinj/core/ECKey.java index fbf3c525..a8831210 100644 --- a/core/src/main/java/org/bitcoinj/core/ECKey.java +++ b/core/src/main/java/org/bitcoinj/core/ECKey.java @@ -62,7 +62,7 @@ import java.util.Comparator; import static com.google.common.base.Preconditions.*; // TODO: Move this class to tracking compression state itself. -// The Bouncy Castle guys are deprecating their own tracking of the compression state. +// The Bouncy Castle developers are deprecating their own tracking of the compression state. /** *

Represents an elliptic curve public and (optionally) private key, usable for digital signatures but not encryption.