Hello,

Please review the patch below which adds a missing carriage return to java.beans.beancontext.BeanContextSupport.java. With this fix, all of java.beans.* is doclint clean :-)

Thanks,

-Joe

diff -r 34b36f75d2d7 src/share/classes/java/beans/beancontext/BeanContextSupport.java --- a/src/share/classes/java/beans/beancontext/BeanContextSupport.java Fri Jan 10 09:24:47 2014 -0800 +++ b/src/share/classes/java/beans/beancontext/BeanContextSupport.java Fri Jan 10 18:46:43 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2014, 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
@@ -351,7 +351,8 @@
      * methods that add children to the set.
      * </p>
      * @param targetChild the child to create the Child on behalf of
- * @param peer the peer if the tragetChild and the peer are related by an implementation of BeanContextProxy * @return Subtype-specific subclass of Child without overriding collection methods + * @param peer the peer if the tragetChild and the peer are related by an implementation of BeanContextProxy + * @return Subtype-specific subclass of Child without overriding collection methods
      */

     protected BCSChild createBCSChild(Object targetChild, Object peer) {

Reply via email to