File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
transport/transport-runtime/src/main/java/com/google/android/datatransport/runtime Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public static Builder builder() {
72
72
*
73
73
* @hide
74
74
*/
75
- @ RestrictTo (RestrictTo .Scope .LIBRARY )
75
+ @ RestrictTo (RestrictTo .Scope .LIBRARY_GROUP )
76
76
public TransportContext withPriority (Priority priority ) {
77
77
return builder ()
78
78
.setBackendName (getBackendName ())
@@ -89,7 +89,7 @@ public abstract static class Builder {
89
89
public abstract Builder setExtras (@ Nullable byte [] extras );
90
90
91
91
/** @hide */
92
- @ RestrictTo (RestrictTo .Scope .LIBRARY )
92
+ @ RestrictTo (RestrictTo .Scope .LIBRARY_GROUP )
93
93
public abstract Builder setPriority (Priority priority );
94
94
95
95
public abstract TransportContext build ();
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ private static Set<Encoding> getSupportedEncodings(Destination destination) {
141
141
return Collections .singleton (Encoding .of ("proto" ));
142
142
}
143
143
144
- @ RestrictTo (RestrictTo .Scope .LIBRARY )
144
+ @ RestrictTo (RestrictTo .Scope .LIBRARY_GROUP )
145
145
public Uploader getUploader () {
146
146
return uploader ;
147
147
}
You can’t perform that action at this time.
0 commit comments