BspCase:getNumWorkers javadoc refers to non-existent parameter
--------------------------------------------------------------

                 Key: GIRAPH-173
                 URL: https://issues.apache.org/jira/browse/GIRAPH-173
             Project: Giraph
          Issue Type: Bug
            Reporter: Jakob Homan
            Priority: Trivial


{code}  /**
   * Get the number of workers used in the BSP application
   *
   * @param numProcs number of processes to use
   */
  public int getNumWorkers() {
    return numWorkers;
  }{code}
numProcs is a lie...

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