Skip to content

Commit

Permalink
add comment to clarify code logic for readders
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismcg14 committed May 10, 2022
1 parent f547a01 commit 14788b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ public NodeSetImpl performQuery() {

final ArrayList<Filter> filters = buildFilters();

//use ec2 object without defining endpoint and sdk will assign default

instances = addExtraMappingAttribute(query(ec2, new DescribeInstancesRequest().withFilters(filters).withMaxResults(maxResults)));
}
mapInstances(nodeSet, instances);
Expand Down

0 comments on commit 14788b6

Please sign in to comment.