Skip to content

Commit b9b1e17

Browse files
Fixing build after merge
1 parent 279cb6b commit b9b1e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-datastore/src/main/java/com/google/cloud/datastore

google-cloud-datastore/src/main/java/com/google/cloud/datastore/ValueType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public enum ValueType {
6666
BOOLEAN(BooleanValue.MARSHALLER),
6767

6868
/**
69-
* Represents a {@link Timestamp} value.
69+
* Represents a {@link com.google.cloud.Timestamp} value.
7070
*/
7171
TIMESTAMP(TimestampValue.MARSHALLER),
7272

0 commit comments

Comments
 (0)