Paolo Castagna created GIRAPH-197:
-------------------------------------

             Summary: Fix Javadoc in HashMapVertex
                 Key: GIRAPH-197
                 URL: https://issues.apache.org/jira/browse/GIRAPH-197
             Project: Giraph
          Issue Type: Bug
          Components: documentation
    Affects Versions: 0.2.0
            Reporter: Paolo Castagna
            Priority: Minor


Javadoc comment in HashMapVertex says: "User applications which need to 
implement their own in-memory data structures should subclass {@link 
MutableVertex}."

However, it is not possible for users to subclass MutableVertex, because of a 
couple of package private methods in BasicVertex (i.e. putMessages and 
releaseResources) which, rightly so, users should not be able to override. 

The Javadoc in HashMapVertex should be fixed if users are not supposed to 
subclass MutableVertex.

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