Skip to content

Commit 02694ca

Browse files
committed
Update javadoc for FullEntity
1 parent a4c4273 commit 02694ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/FullEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
import com.google.api.services.datastore.DatastoreV1;
2020

2121
/**
22-
* A full entity is a {@link BaseEntity} that with a complete set of properties.
22+
* A full entity is a {@link BaseEntity} that holds all the properties associated with a
23+
* Datastore entity (as opposed to {@link ProjectionEntity}).
2324
*/
2425
public class FullEntity<K extends IncompleteKey> extends BaseEntity<K> {
2526

0 commit comments

Comments
 (0)