Skip to content

Commit

Permalink
Merge pull request #237 from ThisaruGuruge/connector-revamp
Browse files Browse the repository at this point in the history
Make ResultIterator Class Non-Public
  • Loading branch information
ThisaruGuruge authored Mar 22, 2024
2 parents 0cb85d5 + baf4861 commit a1ead18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/result_iterator.bal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import ballerina/jballerina.java;

# Represents the result iterator object for the MongoDB query result.
public isolated class ResultIterator {
isolated class ResultIterator {
private boolean isClosed = false;

public isolated function next() returns record {|anydata value;|}|Error? {
Expand Down

0 comments on commit a1ead18

Please sign in to comment.