change the access level of m_M_AttributeSetInstance_ID in InfoProductWindow

This commit is contained in:
Elaine Tan 2013-12-04 17:22:05 +08:00
parent c26fb515b2
commit ea7da78587
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class InfoProductWindow extends InfoWindow {
private Textbox fieldDescription;
/** ASI */
private int m_M_AttributeSetInstance_ID;
protected int m_M_AttributeSetInstance_ID;
private Borderlayout contentBorderLayout;