From 6d851f0db615f096488c6be413d437415cbfd8e4 Mon Sep 17 00:00:00 2001 From: Alessandro Pieve Date: Tue, 4 Oct 2016 08:41:41 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@132536 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../aggregator/madeaggregation/AggregationUtility.java | 2 +- .../aggregator/plugin/AccountingAggregatorPlugin.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/gcube/accounting/aggregator/madeaggregation/AggregationUtility.java b/src/main/java/org/gcube/accounting/aggregator/madeaggregation/AggregationUtility.java index 3ac10fd..81c495b 100644 --- a/src/main/java/org/gcube/accounting/aggregator/madeaggregation/AggregationUtility.java +++ b/src/main/java/org/gcube/accounting/aggregator/madeaggregation/AggregationUtility.java @@ -99,7 +99,7 @@ public class AggregationUtility> { @SuppressWarnings("rawtypes") Comparable thisValueComparable = (Comparable) thisValue; if(recordValueComparable.compareTo(thisValueComparable)!=0){ - logger.trace("{} != {}", recordValueComparable, thisValueComparable); + logger.trace("isAggregable {} != {}", recordValueComparable, thisValueComparable); return false; } }else{ diff --git a/src/main/java/org/gcube/accounting/aggregator/plugin/AccountingAggregatorPlugin.java b/src/main/java/org/gcube/accounting/aggregator/plugin/AccountingAggregatorPlugin.java index 7d85f36..09310ec 100644 --- a/src/main/java/org/gcube/accounting/aggregator/plugin/AccountingAggregatorPlugin.java +++ b/src/main/java/org/gcube/accounting/aggregator/plugin/AccountingAggregatorPlugin.java @@ -118,7 +118,7 @@ public class AccountingAggregatorPlugin extends Plugin