We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726f491 commit 01ba099Copy full SHA for 01ba099
1 file changed
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