Fix broken link in ECKey javadoc

This commit is contained in:
Chris Beams 2014-12-27 14:01:29 +01:00
parent 0d922e1b30
commit 68724da3ac
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ import static org.ethereum.util.ByteUtil.bigIntegerToBytes;
* can usually ignore the compressed/uncompressed distinction.</p>
*
* This code is borrowed from the bitcoinj project and altered to fit Ethereum.<br>
* See <a href="https://github.com/bitcoinj/bitcoinj/blob/master/core/src/main/java/com/google/bitcoin/core/ECKey
* .java">bitcoinj on GitHub</a>
* See <a href="https://github.com/bitcoinj/bitcoinj/blob/master/core/src/main/java/com/google/bitcoin/core/ECKey.java">
* bitcoinj on GitHub</a>.
*/
public class ECKey implements Serializable {
private static final Logger logger = LoggerFactory.getLogger(ECKey.class);