am 9811d6b1: Merge change 8298 into donut

Merge commit '9811d6b1f2be41231176236c78ec0d8d512215d0'

* commit '9811d6b1f2be41231176236c78ec0d8d512215d0':
  Minor NPE fix.
This commit is contained in:
Android (Google) Code Review
2009-07-23 13:29:58 -07:00
committed by Android Git Automerger

View File

@@ -171,9 +171,11 @@ public class Main {
addString(p, line); addString(p, line);
} }
} finally { } finally {
if (br != null) {
br.close(); br.close();
} }
} }
}
/** /**
* Prints some help to stdout. * Prints some help to stdout.