* Copyright (c) 1997, 2004, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This code is free software; you can redistribute it and/or modify it
* This code is free software; you can redistribute it and/or modify it
...
@@ -62,7 +62,6 @@ import java.util.Map;
...
@@ -62,7 +62,6 @@ import java.util.Map;
/**
/**
* This helper class provides a utility implementation of the
* This helper class provides a utility implementation of the
* java.beans.beancontext.BeanContext interface.
* java.beans.beancontext.BeanContext interface.
* </p>
* <p>
* <p>
* Since this class directly implements the BeanContext interface, the class
* Since this class directly implements the BeanContext interface, the class
* can, and is intended to be used either by subclassing this implementation,
* can, and is intended to be used either by subclassing this implementation,
...
@@ -351,9 +350,8 @@ public class BeanContextSupport extends BeanContextChildSupport
...
@@ -351,9 +350,8 @@ public class BeanContextSupport extends BeanContextChildSupport
* of Child without having to override add() or the other Collection
* of Child without having to override add() or the other Collection
* methods that add children to the set.
* methods that add children to the set.
* </p>
* </p>
*
* @param targetChild the child to create the Child on behalf of
* @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
* @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