Skip to content

Commit

Permalink
fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshi0301 committed Nov 29, 2024
1 parent 33f9007 commit e060f61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1754,6 +1754,7 @@ public Object getVertexAttributePreFetchCache(AtlasVertex vertex, AtlasAttribute
Object mappedVertex = mapVertexToAttribute(vertex, attribute, null, false);
properties.put(attribute.getName(), mappedVertex);
RequestContext.get().endMetricRecord(nonPrimitiveAttributes);
return mappedVertex;
}

return null;
Expand Down

0 comments on commit e060f61

Please sign in to comment.