From cd4d3838be50f9f749a70573c98120fc0db71627 Mon Sep 17 00:00:00 2001 From: Alessandro Pieve Date: Wed, 29 Mar 2017 10:31:44 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@146421 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../java/org/gcube/accounting/datamodel/BasicUsageRecord.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/accounting/datamodel/BasicUsageRecord.java b/src/main/java/org/gcube/accounting/datamodel/BasicUsageRecord.java index b5f59a2..70d8f0b 100644 --- a/src/main/java/org/gcube/accounting/datamodel/BasicUsageRecord.java +++ b/src/main/java/org/gcube/accounting/datamodel/BasicUsageRecord.java @@ -78,7 +78,7 @@ public abstract class BasicUsageRecord extends AbstractRecord implements UsageRe try { this.setScope(getScopeFromToken()); } catch(Exception e) { - logger.warn("Unable to automaticcally set the scope using scope provider. The record will not be valid if the scope will not be explicitly set."); + logger.warn("Unable to automatically set the scope using scope provider. The record will not be valid if the scope will not be explicitly set."); } }