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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user