Skip to content

Commit bbf3cb6

Browse files
committed
Merge pull request #393 from aozarov/temp
Update javadoc for FullEntity
2 parents 39829a0 + 02694ca commit bbf3cb6

File tree

1 file changed

+2
-1
lines changed
  • gcloud-java-datastore/src/main/java/com/google/gcloud/datastore

1 file changed

+2
-1
lines changed

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)