sgala 2005/04/03 14:42:07
Modified: components/registry/src/java/org/apache/jetspeed/om/impl
LanguageSetImpl.java
Log:
trivial change to call the other constructor (unique entry point)
Revision Changes Path
1.11 +2 -3
jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/impl/LanguageSetImpl.java
Index: LanguageSetImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/impl/LanguageSetImpl.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- LanguageSetImpl.java 3 Apr 2005 21:14:34 -0000 1.10
+++ LanguageSetImpl.java 3 Apr 2005 21:42:07 -0000 1.11
@@ -59,8 +59,7 @@
public LanguageSetImpl()
{
- super();
- this.innerCollection = new ArrayList();
+ this(new ArrayList());
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]