Merge branch 'master' of https://www.loafle.net/gitlab/overflow/crawler_java
This commit is contained in:
commit
ad3c1defb9
|
@ -68,14 +68,9 @@ public class OFResultSetCol extends OFResultSet{
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
for(int indexK = 0 ; indexK < metrics.size(); ++indexK) {
|
||||
|
||||
metric = metrics.get(indexK).getMetric();
|
||||
|
||||
metric = convertMetric(metric, arrayValue);
|
||||
|
||||
resultMap.put(metric, row.get(indexK));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user