[ 2870579 ] Make the InfoProductPanel inheritable

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2870579&group_id=176962

Thanks Adrian. Agree with you.
This commit is contained in:
teo_sarca 2009-09-30 11:41:07 +00:00
parent 364a6158a0
commit 22ab00cb11
2 changed files with 2 additions and 2 deletions

View File

@ -1015,7 +1015,7 @@ public final class InfoProduct extends Info implements ActionListener, ChangeLis
* *
* @return array of Column_Info * @return array of Column_Info
*/ */
private Info_Column[] getProductLayout() protected Info_Column[] getProductLayout()
{ {
if (s_productLayout != null) if (s_productLayout != null)
return s_productLayout; return s_productLayout;

View File

@ -1062,7 +1062,7 @@ public final class InfoProductPanel extends InfoPanel implements EventListener
* *
* @return array of Column_Info * @return array of Column_Info
*/ */
private ColumnInfo[] getProductLayout() protected ColumnInfo[] getProductLayout()
{ {
if (s_productLayout != null) if (s_productLayout != null)
return s_productLayout; return s_productLayout;