Skip to content

Commit 18a35a4

Browse files
committed
---
yaml --- r: 133 b: refs/heads/master c: 01ba099 h: refs/heads/master i: 131: b345cbe v: v3
1 parent 4f1eb5d commit 18a35a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 726f4917c2a1dbfecdcf02697776fcf693cf1514
2+
refs/heads/master: 01ba0996a6e01981c35713ec952d67fbb1b79307

trunk/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)