Skip to content

Commit 0cffaf9

Browse files
ajkannanaozarov
authored andcommitted
---
yaml --- r: 3251 b: refs/heads/master c: 1eb3522 h: refs/heads/master i: 3249: 93a9d81 3247: 31b1461
1 parent 4ac0540 commit 0cffaf9

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 53a60d1ce1067212b5c39b9eec0a9fec5c1c35ee
2+
refs/heads/master: 1eb3522c432ca7a6664bfc0ae2a6902c0aca9578
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

trunk/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)