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
Make RequestBuilder consistently support lock and autoClone
Previously these methods worked, but only for the methods in RequestBuilder that came from BaseRequestOptions. This changes makes sure the remaining methods in RequestBuilder (and the generated equivalent) obey those two methods in a consistent manner.
PiperOrigin-RevId: 347879132
Copy file name to clipboardexpand all lines: annotation/compiler/test/src/test/resources/GlideExtensionOptionsTest/MemoizeStaticMethod/GlideRequest.java
+16
Original file line number
Diff line number
Diff line change
@@ -450,6 +450,22 @@ public GlideRequest<TranscodeType> dontAnimate() {
Copy file name to clipboardexpand all lines: annotation/compiler/test/src/test/resources/GlideExtensionOptionsTest/OverrideExtendMultipleArguments/GlideRequest.java
+16
Original file line number
Diff line number
Diff line change
@@ -441,6 +441,22 @@ public GlideRequest<TranscodeType> dontAnimate() {
0 commit comments