fix 5 "Line is longer than 80 characters" style errors in GiraphRunner
----------------------------------------------------------------------

                 Key: GIRAPH-164
                 URL: https://issues.apache.org/jira/browse/GIRAPH-164
             Project: Giraph
          Issue Type: Bug
            Reporter: Eugene Koontz
            Priority: Trivial


{code}
<file 
name="/Users/ekoontz/giraph/src/main/java/org/apache/giraph/GiraphRunner.java">
  <error line="155" severity="error" message="Line is longer than 80 
characters." 
source="com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck"/>
  <error line="156" severity="error" message="Line is longer than 80 
characters." 
source="com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck"/>
  <error line="158" severity="error" message="Line is longer than 80 
characters." 
source="com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck"/>
  <error line="161" severity="error" message="Line is longer than 80 
characters." 
source="com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck"/>
</file>
{code}

--
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

        

Reply via email to