Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Make sure type used in protected method is visible in defined scope.

See: #4846
  • Loading branch information
christophstrobl committed Dec 11, 2024
1 parent b43c09d commit 471a77c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3261,7 +3261,7 @@ public Document doInCollection(MongoCollection<Document> collection) throws Mong
* @author Thomas Darimont
*/

interface DocumentCallback<T> {
protected interface DocumentCallback<T> {

T doWith(Document object);
}
Expand Down

0 comments on commit 471a77c

Please sign in to comment.