[ 2870579 ] Make the InfoProductPanel inheritable

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

Forget to remove the "final" class modifier
This commit is contained in:
teo_sarca 2009-09-30 12:08:28 +00:00
parent 22ab00cb11
commit 1513ecc1cc
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ import org.jdesktop.swingx.JXTaskPane;
* @author Bogdan Ioan, SC ARHIPAC SERVICE SRL
* <li>FR [ 2012362 ] Info Product: Add Product Category
*/
public final class InfoProduct extends Info implements ActionListener, ChangeListener
public class InfoProduct extends Info implements ActionListener, ChangeListener
{
/**
*

View File

@ -92,7 +92,7 @@ import org.zkoss.zkex.zul.South;
* @author Elaine
* @version InfoPayment.java Adempiere Swing UI 3.4.1
*/
public final class InfoProductPanel extends InfoPanel implements EventListener
public class InfoProductPanel extends InfoPanel implements EventListener
{
/**
*