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-migrationcenter/v1/2.0.0/com/google/api/services/migrationcenter/v1/model/DiskPartition.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public final class DiskPartition extends com.google.api.client.json.GenericJson
51
51
privatejava.lang.LongfreeBytes;
52
52
53
53
/**
54
-
* Mount pount (Linux/Windows) or drive letter (Windows).
54
+
* Mount point (Linux/Windows) or drive letter (Windows).
55
55
* The value may be {@code null}.
56
56
*/
57
57
@com.google.api.client.util.Key
@@ -130,15 +130,15 @@ public DiskPartition setFreeBytes(java.lang.Long freeBytes) {
130
130
}
131
131
132
132
/**
133
-
* Mount pount (Linux/Windows) or drive letter (Windows).
133
+
* Mount point (Linux/Windows) or drive letter (Windows).
134
134
* @return value or {@code null} for none
135
135
*/
136
136
publicjava.lang.StringgetMountPoint() {
137
137
returnmountPoint;
138
138
}
139
139
140
140
/**
141
-
* Mount pount (Linux/Windows) or drive letter (Windows).
141
+
* Mount point (Linux/Windows) or drive letter (Windows).
142
142
* @param mountPoint mountPoint or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-migrationcenter/v1alpha1/2.0.0/com/google/api/services/migrationcenter/v1alpha1/model/DiskPartition.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public final class DiskPartition extends com.google.api.client.json.GenericJson
51
51
privatejava.lang.LongfreeBytes;
52
52
53
53
/**
54
-
* Mount pount (Linux/Windows) or drive letter (Windows).
54
+
* Mount point (Linux/Windows) or drive letter (Windows).
55
55
* The value may be {@code null}.
56
56
*/
57
57
@com.google.api.client.util.Key
@@ -130,15 +130,15 @@ public DiskPartition setFreeBytes(java.lang.Long freeBytes) {
130
130
}
131
131
132
132
/**
133
-
* Mount pount (Linux/Windows) or drive letter (Windows).
133
+
* Mount point (Linux/Windows) or drive letter (Windows).
134
134
* @return value or {@code null} for none
135
135
*/
136
136
publicjava.lang.StringgetMountPoint() {
137
137
returnmountPoint;
138
138
}
139
139
140
140
/**
141
-
* Mount pount (Linux/Windows) or drive letter (Windows).
141
+
* Mount point (Linux/Windows) or drive letter (Windows).
142
142
* @param mountPoint mountPoint or {@code null} for none
0 commit comments