Skip to content

Commit b73dba0

Browse files
authored
fix for new URL (web3j to hyperledger) including one branch fix (master to main) (#2086)
Signed-off-by: Julius Lauterbach <julius.lauterbach@t-online.de>
1 parent 8d9e8ee commit b73dba0

File tree

173 files changed

+173
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+173
-173
lines changed

README.md

+1-1

abi/src/main/java/org/web3j/abi/TypeDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* href="https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI">here</a>.
6464
*
6565
* <p>The public API is composed of "decode*" methods and provides backward-compatibility. See
66-
* https://github.com/web3j/web3j/issues/1591 for a discussion about decoding and possible
66+
* https://github.com/hyperledger/web3j/issues/1591 for a discussion about decoding and possible
6767
* improvements.
6868
*/
6969
public class TypeDecoder {

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes1.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes1 extends Bytes {
1212
public static final Bytes1 DEFAULT = new Bytes1(new byte[1]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes10.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes10 extends Bytes {
1212
public static final Bytes10 DEFAULT = new Bytes10(new byte[10]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes11.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes11 extends Bytes {
1212
public static final Bytes11 DEFAULT = new Bytes11(new byte[11]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes12.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes12 extends Bytes {
1212
public static final Bytes12 DEFAULT = new Bytes12(new byte[12]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes13.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes13 extends Bytes {
1212
public static final Bytes13 DEFAULT = new Bytes13(new byte[13]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes14.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes14 extends Bytes {
1212
public static final Bytes14 DEFAULT = new Bytes14(new byte[14]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes15.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes15 extends Bytes {
1212
public static final Bytes15 DEFAULT = new Bytes15(new byte[15]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes16.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes16 extends Bytes {
1212
public static final Bytes16 DEFAULT = new Bytes16(new byte[16]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes17.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes17 extends Bytes {
1212
public static final Bytes17 DEFAULT = new Bytes17(new byte[17]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes18.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes18 extends Bytes {
1212
public static final Bytes18 DEFAULT = new Bytes18(new byte[18]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes19.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes19 extends Bytes {
1212
public static final Bytes19 DEFAULT = new Bytes19(new byte[19]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes2 extends Bytes {
1212
public static final Bytes2 DEFAULT = new Bytes2(new byte[2]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes20.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes20 extends Bytes {
1212
public static final Bytes20 DEFAULT = new Bytes20(new byte[20]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes21.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes21 extends Bytes {
1212
public static final Bytes21 DEFAULT = new Bytes21(new byte[21]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes22.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes22 extends Bytes {
1212
public static final Bytes22 DEFAULT = new Bytes22(new byte[22]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes23.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes23 extends Bytes {
1212
public static final Bytes23 DEFAULT = new Bytes23(new byte[23]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes24.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes24 extends Bytes {
1212
public static final Bytes24 DEFAULT = new Bytes24(new byte[24]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes25.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes25 extends Bytes {
1212
public static final Bytes25 DEFAULT = new Bytes25(new byte[25]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes26.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes26 extends Bytes {
1212
public static final Bytes26 DEFAULT = new Bytes26(new byte[26]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes27.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes27 extends Bytes {
1212
public static final Bytes27 DEFAULT = new Bytes27(new byte[27]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes28.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes28 extends Bytes {
1212
public static final Bytes28 DEFAULT = new Bytes28(new byte[28]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes29.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes29 extends Bytes {
1212
public static final Bytes29 DEFAULT = new Bytes29(new byte[29]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes3.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes3 extends Bytes {
1212
public static final Bytes3 DEFAULT = new Bytes3(new byte[3]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes30.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes30 extends Bytes {
1212
public static final Bytes30 DEFAULT = new Bytes30(new byte[30]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes31.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes31 extends Bytes {
1212
public static final Bytes31 DEFAULT = new Bytes31(new byte[31]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes32.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes32 extends Bytes {
1212
public static final Bytes32 DEFAULT = new Bytes32(new byte[32]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes4.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes4 extends Bytes {
1212
public static final Bytes4 DEFAULT = new Bytes4(new byte[4]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes5.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes5 extends Bytes {
1212
public static final Bytes5 DEFAULT = new Bytes5(new byte[5]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes6.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes6 extends Bytes {
1212
public static final Bytes6 DEFAULT = new Bytes6(new byte[6]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes7.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes7 extends Bytes {
1212
public static final Bytes7 DEFAULT = new Bytes7(new byte[7]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes8.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/main/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes8 extends Bytes {
1212
public static final Bytes8 DEFAULT = new Bytes8(new byte[8]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes9.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Auto generated code.
77
* <p><strong>Do not modifiy!</strong>
88
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
9-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
9+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1010
*/
1111
public class Bytes9 extends Bytes {
1212
public static final Bytes9 DEFAULT = new Bytes9(new byte[9]);

abi/src/main/java/org/web3j/abi/datatypes/generated/Int104.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Auto generated code.
88
* <p><strong>Do not modifiy!</strong>
99
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
10-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
10+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1111
*/
1212
public class Int104 extends Int {
1313
public static final Int104 DEFAULT = new Int104(BigInteger.ZERO);

abi/src/main/java/org/web3j/abi/datatypes/generated/Int112.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Auto generated code.
88
* <p><strong>Do not modifiy!</strong>
99
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
10-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
10+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1111
*/
1212
public class Int112 extends Int {
1313
public static final Int112 DEFAULT = new Int112(BigInteger.ZERO);

abi/src/main/java/org/web3j/abi/datatypes/generated/Int120.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Auto generated code.
88
* <p><strong>Do not modifiy!</strong>
99
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
10-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
10+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1111
*/
1212
public class Int120 extends Int {
1313
public static final Int120 DEFAULT = new Int120(BigInteger.ZERO);

abi/src/main/java/org/web3j/abi/datatypes/generated/Int128.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Auto generated code.
88
* <p><strong>Do not modifiy!</strong>
99
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
10-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
10+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1111
*/
1212
public class Int128 extends Int {
1313
public static final Int128 DEFAULT = new Int128(BigInteger.ZERO);

abi/src/main/java/org/web3j/abi/datatypes/generated/Int136.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Auto generated code.
88
* <p><strong>Do not modifiy!</strong>
99
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
10-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
10+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1111
*/
1212
public class Int136 extends Int {
1313
public static final Int136 DEFAULT = new Int136(BigInteger.ZERO);

abi/src/main/java/org/web3j/abi/datatypes/generated/Int144.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Auto generated code.
88
* <p><strong>Do not modifiy!</strong>
99
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
10-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
10+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1111
*/
1212
public class Int144 extends Int {
1313
public static final Int144 DEFAULT = new Int144(BigInteger.ZERO);

abi/src/main/java/org/web3j/abi/datatypes/generated/Int152.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Auto generated code.
88
* <p><strong>Do not modifiy!</strong>
99
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
10-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
10+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1111
*/
1212
public class Int152 extends Int {
1313
public static final Int152 DEFAULT = new Int152(BigInteger.ZERO);

abi/src/main/java/org/web3j/abi/datatypes/generated/Int16.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Auto generated code.
88
* <p><strong>Do not modifiy!</strong>
99
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
10-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
10+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1111
*/
1212
public class Int16 extends Int {
1313
public static final Int16 DEFAULT = new Int16(BigInteger.ZERO);

abi/src/main/java/org/web3j/abi/datatypes/generated/Int160.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Auto generated code.
88
* <p><strong>Do not modifiy!</strong>
99
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
10-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
10+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1111
*/
1212
public class Int160 extends Int {
1313
public static final Int160 DEFAULT = new Int160(BigInteger.ZERO);

abi/src/main/java/org/web3j/abi/datatypes/generated/Int168.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Auto generated code.
88
* <p><strong>Do not modifiy!</strong>
99
* <p>Please use org.web3j.codegen.AbiTypesGenerator in the
10-
* <a href="https://github.com/web3j/web3j/tree/master/codegen">codegen module</a> to update.
10+
* <a href="https://github.com/hyperledger/web3j/tree/main/codegen">codegen module</a> to update.
1111
*/
1212
public class Int168 extends Int {
1313
public static final Int168 DEFAULT = new Int168(BigInteger.ZERO);

0 commit comments

Comments
 (0)