Bug 1064644: Remove inner-access comments. r=rnewman

This commit is contained in:
Chris Kitching
2014-09-08 18:11:51 -07:00
parent 3d9ddbe93a
commit 16733ab9af
27 changed files with 124 additions and 124 deletions

View File

@@ -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;