Pedantry.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2478 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2008-11-13 21:16:47 +00:00
parent ac64f8df4a
commit b9005b1aa8
@@ -280,7 +280,7 @@ public class StaticConnectionProvider implements ConnectionProvider
public Connection connection;
/** The database identifiers that are mapped to this connection. */
public ArrayList<String> idents = new ArrayList<String>();
public List<String> idents = new ArrayList<String>();
}
/** Our configuration in the form of a properties object. */