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)
  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


No differences found