Statistics
| Branch: | Revision:

m2u-upass-core / src / my / com / upass / UPassParameters.java @ 17:4173ef25ee8d

History | View | Annotate | Download (790 Bytes)

1 0:02300db8682b hadi
/**
2
 * Copyright (c) 2010 Penril Datability (M) Sdn Bhd All rights reserved.
3
 *
4
 * This software is copyrighted. Under the copyright laws, this software
5
 * may not be copied, in whole or in part, without prior written consent
6
 * of Penril Datability (M) Sdn Bhd or its assignees. This software is
7
 * provided under the terms of a license between Penril Datability (M)
8
 * Sdn Bhd and the recipient, and its use is subject to the terms of that
9
 * license.
10
 */
11
package my.com.upass;
12
13
14
/**
15
 * PROGRAMMER: Danniell
16
 * CHANGE-NO:
17
 * TASK-NO:
18
 * DATE CREATED: Dec 28, 2011
19
 * TAG AS:
20
 * REASON(S):
21
 * MODIFICATION:
22
 */
23
24
/**
25
 * <Class description>
26
 */
27
public class UPassParameters
28
{
29
        public static int SUPERVISOR_ID_SUSPEND = 30;
30
        public static int _MAX_ERROR = 0;
31
}