Skip to content

Commit

Permalink
base: move base Java package to base module
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan authored and schildbach committed Sep 2, 2024
1 parent 7865993 commit 3462725
Show file tree
Hide file tree
Showing 55 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
* <li>No API dependencies on external libraries other than the core JDK and {@code slf4j-api}</li>
* </ul>
* <p>
* The base package makes bitcoinj more modular as it breaks circular dependencies between existing packages and provides
* a "zero-dependency" foundation for the other packages. In a future release {@code base} will be
* split into a separate JAR/module (tentatively {@code bitcoinj-base}.)
* The base package/module makes bitcoinj more modular as it breaks circular dependencies between existing packages
* and provides a "zero-dependency" foundation for the other packages.
*/
package org.bitcoinj.base;

0 comments on commit 3462725

Please sign in to comment.