Skip to content

Commit bfbed5a

Browse files
author
Claus Nielsen
committed
Switch to commons-lang3.
1 parent 7a157a4 commit bfbed5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dk/clanie/bitcoin/exception/BitcoinException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
package dk.clanie.bitcoin.exception;
1919

20-
import org.apache.commons.lang.builder.ToStringBuilder;
20+
import org.apache.commons.lang3.builder.ToStringBuilder;
2121

2222
import dk.clanie.bitcoin.client.response.BitcoindErrorResponse;
2323
import dk.clanie.exception.AbstractRuntimeException;

0 commit comments

Comments
 (0)