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.
1 parent b165c09 commit 5982086Copy full SHA for 5982086
modules/devguide/examples/java/ArtSchoolRetrieverAll.java
@@ -4,7 +4,7 @@
4
import com.couchbase.client.java.query.QueryResult;
5
import com.couchbase.client.java.ClusterOptions;
6
7
-public class ArtSchoolRetriever {
+public class ArtSchoolRetrieverAll {
8
9
public static void main(String[] args) {
10
@@ -34,4 +34,4 @@ private static void retrieveCourses(Cluster cluster) {
34
ex.printStackTrace();
35
}
36
37
-}
+}
0 commit comments