IDEMPIERE-1778 Remove final of M classes / integrate patch from Nicolas Micoud (nmicoud)

This commit is contained in:
Carlos Ruiz 2014-03-06 19:44:55 -05:00
parent f7733eb430
commit cac1e2d290
8 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@ import org.compiere.util.Msg;
* @author victor.perez@e-evolution.com, www.e-evolution.com * @author victor.perez@e-evolution.com, www.e-evolution.com
* <li>RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335 * <li>RF [ 2214883 ] Remove SQL code and Replace for Query http://sourceforge.net/tracker/index.php?func=detail&aid=2214883&group_id=176962&atid=879335
*/ */
public final class MAcctSchemaElement extends X_C_AcctSchema_Element public class MAcctSchemaElement extends X_C_AcctSchema_Element
{ {

View File

@ -49,7 +49,7 @@ import org.compiere.util.Msg;
* <li>BF [ 2880182 ] Error you can allocate a payment to invoice that was paid * <li>BF [ 2880182 ] Error you can allocate a payment to invoice that was paid
* <li> https://sourceforge.net/tracker/index.php?func=detail&aid=2880182&group_id=176962&atid=879332 * <li> https://sourceforge.net/tracker/index.php?func=detail&aid=2880182&group_id=176962&atid=879332
*/ */
public final class MAllocationHdr extends X_C_AllocationHdr implements DocAction public class MAllocationHdr extends X_C_AllocationHdr implements DocAction
{ {
/** /**
* *

View File

@ -29,7 +29,7 @@ import org.compiere.util.CLogger;
* *
* @author Mario Calderon / Carlos Ruiz * @author Mario Calderon / Carlos Ruiz
*/ */
public final class MCity extends X_C_City public class MCity extends X_C_City
implements Comparator<Object>, Serializable implements Comparator<Object>, Serializable
{ {
/** /**

View File

@ -41,7 +41,7 @@ import static org.compiere.model.SystemIDs.*;
* * @author Michael Judd (Akuna Ltd) * * @author Michael Judd (Akuna Ltd)
* <li>BF [ 2695078 ] Country is not translated on invoice * <li>BF [ 2695078 ] Country is not translated on invoice
*/ */
public final class MCountry extends X_C_Country public class MCountry extends X_C_Country
implements Comparator<Object>, Serializable implements Comparator<Object>, Serializable
{ {
/** /**

View File

@ -37,7 +37,7 @@ import org.compiere.util.Msg;
* @author Jorg Janke * @author Jorg Janke
* @version $Id: MPaySelectionCheck.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $ * @version $Id: MPaySelectionCheck.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
*/ */
public final class MPaySelectionCheck extends X_C_PaySelectionCheck public class MPaySelectionCheck extends X_C_PaySelectionCheck
{ {
/** /**
* *

View File

@ -77,7 +77,7 @@ import org.compiere.util.ValueNamePair;
* @author Carlos Ruiz - globalqss [ 2141475 ] Payment <> allocations must not be completed - implement lots of validations on prepareIt * @author Carlos Ruiz - globalqss [ 2141475 ] Payment <> allocations must not be completed - implement lots of validations on prepareIt
* @version $Id: MPayment.java,v 1.4 2006/10/02 05:18:39 jjanke Exp $ * @version $Id: MPayment.java,v 1.4 2006/10/02 05:18:39 jjanke Exp $
*/ */
public final class MPayment extends X_C_Payment public class MPayment extends X_C_Payment
implements DocAction, ProcessCall, PaymentInterface implements DocAction, ProcessCall, PaymentInterface
{ {

View File

@ -40,7 +40,7 @@ import static org.compiere.model.SystemIDs.*;
* @author Jorg Janke * @author Jorg Janke
* @version $Id: MRegion.java,v 1.3 2006/07/30 00:58:36 jjanke Exp $ * @version $Id: MRegion.java,v 1.3 2006/07/30 00:58:36 jjanke Exp $
*/ */
public final class MRegion extends X_C_Region public class MRegion extends X_C_Region
implements Comparator<Object>, Serializable implements Comparator<Object>, Serializable
{ {
/** /**

View File

@ -33,7 +33,7 @@ import org.compiere.wf.MWFNode;
* @author Jorg Janke * @author Jorg Janke
* @version $Id: MTreeNode.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $ * @version $Id: MTreeNode.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
*/ */
public final class MTreeNode extends DefaultMutableTreeNode public class MTreeNode extends DefaultMutableTreeNode
{ {
/** /**
* *