Fix a typo in ECKey JavaDocs.

Remove the timestamp from the generated JavaDoc output to minimize subversion diffs in future.
Make the broadcastTransaction method of Peer package private. It's no longer needed to send coins.
This commit is contained in:
Mike Hearn
2011-03-07 13:37:47 +00:00
parent fbb93e4c27
commit c3f5496a8e
54 changed files with 7 additions and 135 deletions

View File

@@ -17,7 +17,8 @@
<target name="docs" depends="init">
<javadoc sourcepath="src"
excludepackagenames="com.google.bitcoin.bouncycastle.*"
destdir="docs"/>
destdir="docs"
additionalparam="-notimestamp"/>
</target>
<target name="test" depends="compile">