Skip to content

Commit

Permalink
Merge pull request #393 from aozarov/temp
Browse files Browse the repository at this point in the history
Update javadoc for FullEntity
  • Loading branch information
ludoch committed Nov 20, 2015
2 parents 39829a0 + 02694ca commit bbf3cb6
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 bbf3cb6

Please sign in to comment.