Skip to content

Commit 01ba099

Browse files
committed
Update Query Javadoc regarding projection type
1 parent 726f491 commit 01ba099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/google/gcloud/datastore

src/main/java/com/google/gcloud/datastore/Query.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public abstract class Query<V> extends Serializable<GeneratedMessage> {
4545
/**
4646
* This class represents the expected type of the result.
4747
* FULL: A complete {@link Entity}.
48-
* PROJECTION: A partial entity, represented by {@link PartialEntity}.
48+
* PROJECTION: A projection entity, represented by {@link ProjectionEntity}.
4949
* KEY_ONLY: An entity's {@link Key}.
5050
*/
5151
public abstract static class Type<V> implements java.io.Serializable {

0 commit comments

Comments
 (0)