зеркало из https://github.com/github/codeql.git
Fix stub
This commit is contained in:
Родитель
f209ff4f76
Коммит
3a3c7fc59e
|
@ -1140,6 +1140,11 @@ public class Notification implements Parcelable {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public int describeContents() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
public interface Extender {
|
||||
public Builder extend(Builder builder);
|
||||
|
|
Загрузка…
Ссылка в новой задаче