File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
android/guava/src/com/google/common/base
guava/src/com/google/common/base Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 20
20
import com .google .common .annotations .GwtCompatible ;
21
21
import com .google .errorprone .annotations .CanIgnoreReturnValue ;
22
22
import com .google .errorprone .annotations .ForOverride ;
23
+ import com .google .errorprone .annotations .InlineMe ;
23
24
import com .google .errorprone .annotations .concurrent .LazyInit ;
24
25
import com .google .j2objc .annotations .RetainedWith ;
25
26
import java .io .Serializable ;
@@ -492,6 +493,7 @@ public String toString() {
492
493
*/
493
494
@ SuppressWarnings ("nullness" )
494
495
@ CheckForNull
496
+ @ InlineMe (replacement = "this.convert(a)" )
495
497
public final B apply (@ CheckForNull A a ) {
496
498
return convert (a );
497
499
}
Original file line number Diff line number Diff line change 20
20
import com .google .common .annotations .GwtCompatible ;
21
21
import com .google .errorprone .annotations .CanIgnoreReturnValue ;
22
22
import com .google .errorprone .annotations .ForOverride ;
23
+ import com .google .errorprone .annotations .InlineMe ;
23
24
import com .google .errorprone .annotations .concurrent .LazyInit ;
24
25
import com .google .j2objc .annotations .RetainedWith ;
25
26
import java .io .Serializable ;
@@ -492,6 +493,7 @@ public String toString() {
492
493
*/
493
494
@ SuppressWarnings ("nullness" )
494
495
@ CheckForNull
496
+ @ InlineMe (replacement = "this.convert(a)" )
495
497
public final B apply (@ CheckForNull A a ) {
496
498
return convert (a );
497
499
}
You can’t perform that action at this time.
0 commit comments