Pedantry.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2478 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user