File tree 2 files changed +6
-6
lines changed
android/guava/src/com/google/common/base
guava/src/com/google/common/base
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ public T get() {
140
140
}
141
141
}
142
142
}
143
- // This is safe because we checked `initialized.`
143
+ // This is safe because we checked `initialized`.
144
144
return uncheckedCastNullableTToT (value );
145
145
}
146
146
@@ -185,7 +185,7 @@ public T get() {
185
185
}
186
186
}
187
187
}
188
- // This is safe because we checked `delegate.`
188
+ // This is safe because we checked `delegate`.
189
189
return uncheckedCastNullableTToT (value );
190
190
}
191
191
@@ -268,7 +268,7 @@ public T get() {
268
268
}
269
269
}
270
270
}
271
- // This is safe because we checked `expirationNanos.`
271
+ // This is safe because we checked `expirationNanos`.
272
272
return uncheckedCastNullableTToT (value );
273
273
}
274
274
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ public T get() {
140
140
}
141
141
}
142
142
}
143
- // This is safe because we checked `initialized.`
143
+ // This is safe because we checked `initialized`.
144
144
return uncheckedCastNullableTToT (value );
145
145
}
146
146
@@ -185,7 +185,7 @@ public T get() {
185
185
}
186
186
}
187
187
}
188
- // This is safe because we checked `delegate.`
188
+ // This is safe because we checked `delegate`.
189
189
return uncheckedCastNullableTToT (value );
190
190
}
191
191
@@ -268,7 +268,7 @@ public T get() {
268
268
}
269
269
}
270
270
}
271
- // This is safe because we checked `expirationNanos.`
271
+ // This is safe because we checked `expirationNanos`.
272
272
return uncheckedCastNullableTToT (value );
273
273
}
274
274
You can’t perform that action at this time.
0 commit comments