Skip to content

Commit f0457b3

Browse files
committed
Fix Kotlin/Java doc result line
1 parent cf4938a commit f0457b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

templates/android/docs/java/example.md.twig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ Client client = Client(context)
5555
return;
5656
}
5757

58+
{%~ if method.type != 'webAuth' %}
5859
{{ utils.resultTypeJava(sdk.namespace, method) }} response = ({{ utils.resultTypeJava(sdk.namespace, method) }}) o;
59-
}
60+
{%~ else %}
61+
// Success
62+
{%~ endif %}
63+
}}
6064
}
6165
);
6266
{% endif %}

0 commit comments

Comments
 (0)