-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0
-
Component/s: None
-
Labels:None
BasicRPCCommunications.java, 1224:
BasicVertex<I, V, E, M> vertex = vertexResolver.resolve(vertexIndex, originalVertex, vertexMutations, messages);
and then a few lines later at 1248:
partition.putVertex((BasicVertex<I, V, E, M>) vertex);
vertex gets cast to its own type. This cast can be removed.