[
https://issues.apache.org/jira/browse/GIRAPH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415757#comment-13415757
]
Hudson commented on GIRAPH-261:
-------------------------------
Integrated in Giraph-trunk-Commit #148 (See
[https://builds.apache.org/job/Giraph-trunk-Commit/148/])
GIRAPH-261. Rename isQuiet variable. Contributed by Gianmarco De Francisci
Morales. (Revision 1362290)
Result = SUCCESS
jghoman :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1362290
Files :
* /giraph/trunk/CHANGELOG
* /giraph/trunk/src/main/java/org/apache/giraph/GiraphRunner.java
> Rename isQuiet variable
> -----------------------
>
> Key: GIRAPH-261
> URL: https://issues.apache.org/jira/browse/GIRAPH-261
> Project: Giraph
> Issue Type: Improvement
> Affects Versions: 0.2.0
> Reporter: Gianmarco De Francisci Morales
> Assignee: Gianmarco De Francisci Morales
> Priority: Trivial
> Fix For: 0.2.0
>
> Attachments: GIRAPH-261.patch
>
>
> It's a stupid thing but it took away 30 seconds of my life without any reason:
> {code}
> boolean isQuiet = !cmd.hasOption('q');
> {code}
> isQuiet = not isQuiet ???
> Let's call it verbose.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira