Project

General

Profile

« Previous | Next » 

Revision 54037

updated implementation to use iterator

View differences:

PropagationCountryFromDsOrgResultMapper.java
136 136
    }
137 137

  
138 138

  
139

  
139 140
    private String getTrust(Result value) throws InvalidProtocolBufferException {
140 141
        final Map<byte[],byte[]> map = value.getFamilyMap(Bytes.toBytes("datasource"));
141 142
        final byte[] body = map.get(Bytes.toBytes("body"));

Also available in: Unified diff