You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
768 B
Java
27 lines
768 B
Java
4 months ago
|
/* enoECMChangeReportUX
|
||
|
*
|
||
|
** Copyright (c) 1993-2020 Dassault Systemes. All Rights Reserved.
|
||
|
** This program contains proprietary and trade secret information of
|
||
|
** Dassault Systemes.
|
||
|
** Copyright notice is precautionary only and does not evidence any actual
|
||
|
** or intended publication of such program
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
import matrix.db.Context;
|
||
|
|
||
|
public class enoECMChangeReportUX_mxJPO extends enoECMChangeReportUXBase_mxJPO {
|
||
|
|
||
|
/**
|
||
|
* Constructor.
|
||
|
* @param context the eMatrix <code>Context</code> object.
|
||
|
* @param args holds no arguments.
|
||
|
* @throws Exception if the operation fails.
|
||
|
* @since ECM R421.HF4
|
||
|
*/
|
||
|
|
||
|
public enoECMChangeReportUX_mxJPO (Context context, String[] args) throws Exception {
|
||
|
super(context, args);
|
||
|
}
|
||
|
}
|