>>>>> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes:
>> This patch adds four missing constructors to java.io.Printstream. Mark> Nice. Thanks. Just this week I was writing some code that needed to Mark> create a PrintStream from a File and was cursing that I needed to write Mark> so much boiler code! Oops, we had these on the generics branch and didn't merge them back. Probably my fault :(. Anyway this patch is better as it includes javadoc. Tom