You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2024. It is now read-only.
Similar to how CodeBlock.of(...) which is equitant to CodeBlock.builder().add(...).build() is provided, kindly consider providing CodeBlock.ofStatement(...) which is equivalent to CodeBlock.builder().addStatement("...").build()
The text was updated successfully, but these errors were encountered:
baiyanlali
added a commit
to baiyanlali/javapoet
that referenced
this issue
Apr 20, 2022
Similar to how
CodeBlock.of(...)
which is equitant toCodeBlock.builder().add(...).build()
is provided, kindly consider providingCodeBlock.ofStatement(...)
which is equivalent toCodeBlock.builder().addStatement("...").build()
The text was updated successfully, but these errors were encountered: