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: clients/google-api-services-chromeuxreport/v1/2.0.0/com/google/api/services/chromeuxreport/v1/model/Bin.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public final class Bin extends com.google.api.client.json.GenericJson {
39
39
* The value may be {@code null}.
40
40
*/
41
41
@com.google.api.client.util.Key
42
-
privatejava.lang.Doubledensity;
42
+
privatejava.lang.Objectdensity;
43
43
44
44
/**
45
45
* End is the end of the data bin. If end is not populated, then the bin has no end and is valid
@@ -60,15 +60,15 @@ public final class Bin extends com.google.api.client.json.GenericJson {
60
60
* The proportion of users that experienced this bin's value for the given metric.
61
61
* @return value or {@code null} for none
62
62
*/
63
-
publicjava.lang.DoublegetDensity() {
63
+
publicjava.lang.ObjectgetDensity() {
64
64
returndensity;
65
65
}
66
66
67
67
/**
68
68
* The proportion of users that experienced this bin's value for the given metric.
0 commit comments