We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6a0289 + a8599e5 commit 141c503Copy full SHA for 141c503
docs/reference/content/builders/projections.md
@@ -16,7 +16,7 @@ be passed to any method that expects a projection.
16
For brevity, you may choose to import the methods of the `Projections` class statically:
17
18
```java
19
-import com.mongodb.client.model.Projections.*;
+import static com.mongodb.client.model.Projections.*;
20
```
21
22
All the examples below assume this static import.
0 commit comments