зеркало из https://github.com/mozilla/gecko-dev.git
Bug 697505 - Declare one property per line in Tab (r=sriram)
For consistency reasons.
This commit is contained in:
Родитель
bb0e2e7ec2
Коммит
448bc82d09
|
@ -52,8 +52,10 @@ public class Tab {
|
|||
|
||||
private static final String LOG_NAME = "Tab";
|
||||
private int mId;
|
||||
private String mUrl, mTitle;
|
||||
private Drawable mFavicon, mThumbnail;
|
||||
private String mUrl;
|
||||
private String mTitle;
|
||||
private Drawable mFavicon;
|
||||
private Drawable mThumbnail;
|
||||
private Stack<HistoryEntry> mHistory;
|
||||
private boolean mLoading;
|
||||
private boolean mBookmark;
|
||||
|
|
Загрузка…
Ссылка в новой задаче