[ 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:
parent
22ab00cb11
commit
1513ecc1cc
|
@ -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
|
||||
{
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -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
|
||||
{
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue