// visible and selected region\r
int ssel = selection.getStartRes(), esel = selection.getEndRes();\r
Vector isg = new Vector();\r
- Enumeration<?> en = grps.elements();\r
+ Enumeration en = grps.elements();\r
while (en.hasMoreElements())\r
{\r
sg = (SequenceGroup) en.nextElement();\r
* prune any groups to the visible coordinates of the alignment.\r
*/\r
{\r
- int nvg = scGroups != null ? scGroups.size() : 0;\r
+ int nvg = (scGroups != null) ? scGroups.size() : 0;\r
if (nvg > 0)\r
{\r
SequenceGroup[] nsg = new SequenceGroup[nvg];\r