~smaioli/azureus/ubuntu-experimental

« back to all changes in this revision

Viewing changes to com/aelitis/azureus/core/stats/AzureusCoreStatsProvider.java

MergedĀ VuzeĀ 4.2.0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
{
31
31
        public void
32
32
        updateStats(
33
 
                Set             types,
34
 
                Map             values );
 
33
                Set<String>                             types,
 
34
                Map<String,Object>              values );
35
35
}