You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dapeng Sun (JIRA)" <ji...@apache.org> on 2016/04/29 04:56:12 UTC

[jira] [Commented] (CRYPTO-38) Always use blocks

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

Dapeng Sun commented on CRYPTO-38:
----------------------------------

Thank [~garydgregory] for reporting the issue.

> Always use blocks
> -----------------
>
>                 Key: CRYPTO-38
>                 URL: https://issues.apache.org/jira/browse/CRYPTO-38
>             Project: Commons Crypto
>          Issue Type: Sub-task
>            Reporter: Gary Gregory
>            Assignee: Dapeng Sun
>             Fix For: 1.0.0
>
>
> Use:
> if (foo) {
>     bar;
> }
> Not:
> if (foo)
>     bar;



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