We're not going to do this INDEX: comment thing.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4815 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2007-08-16 21:53:53 +00:00
parent f90a39207f
commit 3204cc6266
@@ -52,7 +52,6 @@ public class ConfigRepository extends DepotRepository
throws PersistenceException
{
HashMap<String,String> data = new HashMap<String,String>();
// INDEX: Left-most primary key fields.
Where where = new Where(ConfigRecord.OBJECT_C, object, ConfigRecord.NODE_C, node);
for (ConfigRecord record : findAll(ConfigRecord.class, where)) {
data.put(record.field, record.value.toString());