OSDN Git Service

AI 144152: Improve the documentation for this class.
authorJack Palevich <>
Thu, 2 Apr 2009 17:17:29 +0000 (10:17 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Thu, 2 Apr 2009 17:17:29 +0000 (10:17 -0700)
commit10b402d98e15f1b822b1300ecdf8b4f8bf33521f
tree8cc1fcb4b1cc4901eb312dc25a882626afec2561
parent38cba633ad13ead11bebc9bd309976b9d8552865
AI 144152: Improve the documentation for this class.
  Explain how it's different than ProcessBuilder
  Explain that you have to call close when you're done with the pty's file
  descriptor.
  Note in the doc comment that the implementation relies on a private
  FileDescriptor API.
  Also remove an unused method.

Automated import of CL 144152