Solve issue compiling with java8

This commit is contained in:
Carlos Ruiz 2016-10-20 01:23:49 +02:00
parent dbbb2d0022
commit 5eb02c6ae3
1 changed files with 1 additions and 1 deletions

View File

@ -1598,7 +1598,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
{
code.append(SEGMENT_SEPARATOR);
code.append(HISTORY_SEPARATOR);
code.append(historyCombo.getSelectedItem().getValue());
code.append( (Object) historyCombo.getSelectedItem().getValue());
}
MUserQuery uq = MUserQuery.get(Env.getCtx(), m_AD_Tab_ID, name);