We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1eb5d commit 18a35a4Copy full SHA for 18a35a4
2 files changed
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 726f4917c2a1dbfecdcf02697776fcf693cf1514
+refs/heads/master: 01ba0996a6e01981c35713ec952d67fbb1b79307
trunk/src/main/java/com/google/gcloud/datastore/Query.java
@@ -45,7 +45,7 @@ public abstract class Query<V> extends Serializable<GeneratedMessage> {
45
/**
46
* This class represents the expected type of the result.
47
* FULL: A complete {@link Entity}.
48
- * PROJECTION: A partial entity, represented by {@link PartialEntity}.
+ * PROJECTION: A projection entity, represented by {@link ProjectionEntity}.
49
* KEY_ONLY: An entity's {@link Key}.
50
*/
51
public abstract static class Type<V> implements java.io.Serializable {
0 commit comments