psandoz [Mon, 02 Feb 2015 14:18:54 +0100] rev 28752
8048689: Clarify documentation on BaseStream.spliterator
Reviewed-by: lancea, chegar
rriggs [Fri, 30 Jan 2015 16:13:57 -0500] rev 28751
8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset
8068285: Missing @throws in DateTimeFormatterBuilder.appendInstant
8062803: 'principal' should be 'principle' in java.time package description
8062796: java.time.format.DateTimeFormatter error in API doc example
Reviewed-by: lancea, mchung
rriggs [Fri, 30 Jan 2015 16:13:04 -0500] rev 28750
8055330: (process spec) ProcessBuilder.start and Runtime.exec should throw UnsupportedOperationException on platforms that don't support
Summary: Clarify optional behavior and the exception thrown when not supported
Reviewed-by: dfuchs, martin
bpb [Fri, 30 Jan 2015 12:56:12 -0800] rev 28749
6880737: (fs) FileLock constructors don't throw NPE if the channel argument is null
Summary: Throw IllegalArgumentException if the channel parameter is null
Reviewed-by: alanb