Looks good. :) David
On 25/07/2013 4:58 PM, Joe Darcy wrote:
Hello, Please review this minor doclint fix in java.util.stream. Thanks, -Joe --- a/src/share/classes/java/util/stream/StreamSupport.java Wed Jul 24 22:52:01 2013 +0100 +++ b/src/share/classes/java/util/stream/StreamSupport.java Wed Jul 24 23:57:19 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -96,6 +96,7 @@ * <a href="package-summary.html#Non-Interference">Non-Interference</a> for * more details. * + * @param <T> the type of stream elements * @param supplier a {@code Supplier} of a {@code Spliterator} * @param characteristics Spliterator characteristics of the supplied * {@code Spliterator}. The characteristics must be equal to