Minor java generics improvement

This commit is contained in:
teo_sarca 2007-07-04 15:22:18 +00:00
parent aafe713014
commit 00fa239eef
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class GridWindow implements Serializable
/** Model last updated */
private Timestamp m_modelUpdated = null;
private Set initTabs = new HashSet<GridTab>();
private Set<GridTab> initTabs = new HashSet<GridTab>();
/** Logger */
private static CLogger log = CLogger.getCLogger(GridWindow.class);