You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/01/22 14:30:26 UTC

[jira] [Commented] (BEAM-1295) Annotations are not properly rendered in JavaDoc when using
{@code}

    [ https://issues.apache.org/jira/browse/BEAM-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833529#comment-15833529 ] 

Jean-Baptiste Onofré commented on BEAM-1295:
--------------------------------------------

Good catch. I guess I should do the same change on the IO. I will tackle that. Thanks !

> Annotations are not properly rendered in JavaDoc when using <pre>{@code}
> ------------------------------------------------------------------------
>
>                 Key: BEAM-1295
>                 URL: https://issues.apache.org/jira/browse/BEAM-1295
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-core, sdk-java-core
>    Affects Versions: 0.4.0
>            Reporter: Stas Levin
>            Assignee: Stas Levin
>            Priority: Trivial
>
> {code}
> <pre>{@code
> {@literal @}Override
> }</pre>
> {code}
> Produces
> {code}
> { @}Override
> {code}
> Instead of:
> {code}
> @Override
> {code}
> Can be resolved by using:
> {code}
> <pre><code>
> {@literal @}Override
> </code></pre>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)