Re: package-private methods in Vertex/BasicVertex

2012-08-01 Thread Nick West
o: "user@giraph.apache.org<mailto:user@giraph.apache.org>" mailto:user@giraph.apache.org>> Date: Wednesday, August 1, 2012 3:48 PM To: "user@giraph.apache.org<mailto:user@giraph.apache.org>" mailto:user@giraph.apache.org>> Subject: package-private m

Re: package-private methods in Vertex/BasicVertex

2012-08-01 Thread Alessandro Presta
iraph.apache.org<mailto:user@giraph.apache.org>" mailto:user@giraph.apache.org>> Date: Wednesday, August 1, 2012 3:48 PM To: "user@giraph.apache.org<mailto:user@giraph.apache.org>" mailto:user@giraph.apache.org>> Subject: package-private methods in Verte

package-private methods in Vertex/BasicVertex

2012-08-01 Thread Nick West
Hi, There are several methods in Vertex/BasicVertex that are declared as abstract but without any access modifier specified. They are: abstract void putMessages(Iterable messages); abstract void releaseResources(); This has the effect that they both have the access modifier package-pri