This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: java.io.Printwriter


Mark> I just checked in the following patch into Classpath.
Mark> OK to check into libgcj?

For merged classes I think we should always remain in sync.
In other words, updates of merged classes are preapproved.
(Well, provided they aren't exceptional, like breaking the build or
something.)

Mark>    public void print(String str)
Mark>    {
Mark> -    try
Mark> -      {
Mark>  	write(str == null ? "null" : str);

This line should lose a 4 leading spaces.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]