Project

General

Profile

« Previous | Next » 

Revision 1773

Added by Jing Tao over 20 years ago

JAVA 1.3 doesn't support this FileWriter(File fileName, boolean append). But 1.4 does.
Change to FileWriter(String fileName, boolean append). Both 1.3 and 1.4 support.

  • added
  • modified
  • copied
  • renamed
  • deleted