--- 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) {