|
@@ -211,7 +211,7 @@ public abstract class BaseResourceCollectionContainer |
|
|
* Get the nested ResourceCollections. |
|
|
* Get the nested ResourceCollections. |
|
|
* @return List. |
|
|
* @return List. |
|
|
*/ |
|
|
*/ |
|
|
protected final synchronized List getResourceCollections() { |
|
|
|
|
|
|
|
|
public final synchronized List getResourceCollections() { |
|
|
dieOnCircularReference(); |
|
|
dieOnCircularReference(); |
|
|
return Collections.unmodifiableList(rc); |
|
|
return Collections.unmodifiableList(rc); |
|
|
} |
|
|
} |
|
|