Skip to content

Commit

Permalink
EdgePartition.size should be val
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdave committed Apr 28, 2014
1 parent bb36cc8 commit 8d22500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class EdgePartition[@specialized(Char, Int, Boolean, Byte, Long, Float, Double)
*
* @return size of the partition
*/
def size: Int = srcIds.size
val size: Int = srcIds.size

/** The number of unique source vertices in the partition. */
def indexSize: Int = index.size
Expand Down

0 comments on commit 8d22500

Please sign in to comment.