Bug 1064644: Remove inner-access comments. r=rnewman
This commit is contained in:
@@ -50,7 +50,7 @@ public abstract class UIAsyncTask<Param, Result> {
|
||||
protected abstract InnerResult doInBackground();
|
||||
}
|
||||
|
||||
/* inner-access */ final Handler mBackgroundThreadHandler;
|
||||
final Handler mBackgroundThreadHandler;
|
||||
private volatile boolean mCancelled;
|
||||
private static Handler sHandler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user