X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=blobdiff_plain;f=java_strings.py;h=3a8ba6cb613047a728cb77a09abd7b5557664aba;hp=cc1a361702794047eec6026db366d63ff94771a2;hb=1f873e8aeb7a8395a7a99d244fba7474a0543278;hpb=a79aeab27e2bb2bcca0f262e6c02b4528d9ac5de diff --git a/java_strings.py b/java_strings.py index cc1a3617..3a8ba6cb 100644 --- a/java_strings.py +++ b/java_strings.py @@ -882,7 +882,8 @@ import javax.annotation.Nullable; else: java_trait_constr = java_trait_constr + arg_info.arg_name - java_trait_constr = java_trait_constr + ");\n" + java_trait_constr += ");\n" + java_trait_constr += "\t\t\t\tReference.reachabilityFence(arg);\n" if fn_line.ret_ty_info.java_ty != "void": if fn_line.ret_ty_info.from_hu_conv is not None: java_trait_constr = java_trait_constr + "\t\t\t\t" + fn_line.ret_ty_info.java_ty + " result = " + fn_line.ret_ty_info.from_hu_conv[0] + ";\n"