Skip to content

Commit dc162e7

Browse files
ajkannanaozarov
authored andcommitted
---
yaml --- r: 7189 b: refs/heads/tswast-patch-1 c: 1eb3522 h: refs/heads/master i: 7187: 90d2bf4
1 parent 67992fb commit dc162e7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 53a60d1ce1067212b5c39b9eec0a9fec5c1c35ee
60+
refs/heads/tswast-patch-1: 1eb3522c432ca7a6664bfc0ae2a6902c0aca9578
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/ValueBuilder.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,15 @@ public interface ValueBuilder<V, P extends Value<V>, B extends ValueBuilder<V, P
3333

3434
B excludeFromIndexes(boolean excludeFromIndexes);
3535

36+
/**
37+
* Deprecated. This library preserves the field for backwards compatibility.
38+
*/
3639
@Deprecated
3740
int getMeaning();
3841

42+
/**
43+
* Deprecated. This library preserves the field for backwards compatibility.
44+
*/
3945
@Deprecated
4046
B meaning(int meaning);
4147

0 commit comments

Comments
 (0)