Skip to content
Snippets Groups Projects
Commit 79f3d0f9 authored by tcarver's avatar tcarver
Browse files

update for generics

parent 521118ea
Branches
Tags
No related merge requests found
......@@ -69,7 +69,7 @@ public class QualifierTextArea extends JTextPane
private static Style DEFAULT_STYLE =
StyleContext.getDefaultStyleContext().getStyle(StyleContext.DEFAULT_STYLE);
private static StringVector dbsLinks;
public static Vector DATABASES = new Vector();
public static Vector<String> DATABASES = new Vector<String>();
private boolean useHyperlinks = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment