Project

General

Profile

« Previous | Next » 

Revision 50324

Various styling and design changes in the events pages

View differences:

BrokerServiceImpl.java
192 192
        }
193 193
    }
194 194

  
195
    public Map<String,Term> getDnetTopics() throws BrokerException {
196
        return brokerApi.getDnetTopics();
197
    }
198

  
195 199
    /**
196 200
     * Helper class to aggregate the datasources topic sizes by datasource name.
197 201
     *
......
226 230
        return entries;
227 231
    }
228 232

  
229
    private Map<String,Term> getDnetTopics() throws BrokerException {
230
        return brokerApi.getDnetTopics();
231
    }
232

  
233 233
}

Also available in: Unified diff