JAL-1942 small tidy (formatting, explict imports, typed list, spelling)
[jalview.git] / src / jalview / gui / FeatureSettings.java
index f250583..09204d1 100644 (file)
@@ -1326,7 +1326,7 @@ public class FeatureSettings extends JPanel implements
    * 
    * @return vector of selected das source nicknames
    */
-  public Vector getSelectedSources()
+  public Vector<jalviewSourceI> getSelectedSources()
   {
     return dassourceBrowser.getSelectedSources();
   }