8031589: Fix doclint issues in java.beans.beancontext
authordarcy
Mon, 13 Jan 2014 14:52:49 -0800
changeset 22265 1f8702989948
parent 22264 9aca715693fe
child 22266 d70900404b67
8031589: Fix doclint issues in java.beans.beancontext Reviewed-by: alanb
jdk/src/share/classes/java/beans/beancontext/BeanContextSupport.java
--- a/jdk/src/share/classes/java/beans/beancontext/BeanContextSupport.java	Sat Jan 11 09:19:47 2014 -0800
+++ b/jdk/src/share/classes/java/beans/beancontext/BeanContextSupport.java	Mon Jan 13 14:52:49 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) {