You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2016/04/28 23:58:14 UTC

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

Gary Gregory created CRYPTO-38:
----------------------------------

             Summary: Always use blocks
                 Key: CRYPTO-38
                 URL: https://issues.apache.org/jira/browse/CRYPTO-38
             Project: Commons Crypto
          Issue Type: Task
            Reporter: Gary Gregory
             Fix For: 1.0.0


Use:

if (foo) {
    bar;
}

Not:

if (foo)
    bar;






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