You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryParameterValue.java
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-core/src/main/java/com/google/cloud/Timestamp.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@
26
26
importorg.threeten.bp.Instant;
27
27
importorg.threeten.bp.LocalDateTime;
28
28
importorg.threeten.bp.ZoneOffset;
29
-
importorg.threeten.bp.chrono.IsoChronology;
30
29
importorg.threeten.bp.format.DateTimeFormatter;
31
30
32
31
/**
@@ -46,8 +45,7 @@ public final class Timestamp implements Comparable<Timestamp>, Serializable {
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-dns/src/main/java/com/google/cloud/dns/ChangeRequestInfo.java
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,9 @@
30
30
importjava.util.LinkedList;
31
31
importjava.util.List;
32
32
importjava.util.Objects;
33
-
importorg.joda.time.DateTime;
34
-
importorg.joda.time.format.ISODateTimeFormat;
33
+
importorg.threeten.bp.Instant;
34
+
importorg.threeten.bp.ZoneOffset;
35
+
importorg.threeten.bp.format.DateTimeFormatter;
35
36
36
37
/**
37
38
* A class representing an atomic update to a collection of {@link RecordSet}s within a {@code
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-dns/src/main/java/com/google/cloud/dns/ZoneInfo.java
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,9 @@
26
26
importjava.math.BigInteger;
27
27
importjava.util.List;
28
28
importjava.util.Objects;
29
-
importorg.joda.time.DateTime;
30
-
importorg.joda.time.format.ISODateTimeFormat;
29
+
importorg.threeten.bp.Instant;
30
+
importorg.threeten.bp.ZoneOffset;
31
+
importorg.threeten.bp.format.DateTimeFormatter;
31
32
32
33
/**
33
34
* A {@code Zone} represents a DNS zone hosted by the Google Cloud DNS service. A zone is a subtree
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/ProjectInfo.java
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,9 @@
29
29
importjava.util.HashMap;
30
30
importjava.util.Map;
31
31
importjava.util.Objects;
32
-
importorg.joda.time.DateTime;
33
-
importorg.joda.time.format.ISODateTimeFormat;
32
+
importorg.threeten.bp.Instant;
33
+
importorg.threeten.bp.ZoneOffset;
34
+
importorg.threeten.bp.format.DateTimeFormatter;
34
35
35
36
/**
36
37
* A Google Cloud Resource Manager project metadata object. A Project is a high-level Google Cloud
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/testing/LocalResourceManagerHelper.java
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,9 @@
61
61
importjava.util.regex.Matcher;
62
62
importjava.util.regex.Pattern;
63
63
importjava.util.zip.GZIPInputStream;
64
-
importorg.joda.time.format.ISODateTimeFormat;
64
+
importorg.threeten.bp.Instant;
65
+
importorg.threeten.bp.ZoneOffset;
66
+
importorg.threeten.bp.format.DateTimeFormatter;
65
67
66
68
/**
67
69
* Utility to create a local Resource Manager mock for testing.
0 commit comments