Skip to content

Commit

Permalink
Update javadoc for FullEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
aozarov committed Nov 19, 2015
1 parent a4c4273 commit 02694ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
import com.google.api.services.datastore.DatastoreV1;

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

Expand Down

0 comments on commit 02694ca

Please sign in to comment.