[
https://issues.apache.org/jira/browse/CRYPTO-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ferdinand Xu updated CRYPTO-38:
-------------------------------
Affects Version/s: 0.9.2
> Always use blocks
> -----------------
>
> Key: CRYPTO-38
> URL: https://issues.apache.org/jira/browse/CRYPTO-38
> Project: Commons Crypto
> Issue Type: Sub-task
> Affects Versions: 0.9.2
> 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)