Fixed method on tag me

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-dashboard-harvester-se-plugin@179231 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2019-05-02 15:39:35 +00:00
parent 2a52b55336
commit e63e4a65f1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class TagMeMethodInvocationHarvester extends BasicHarvester {
private static Logger logger = LoggerFactory.getLogger(TagMeMethodInvocationHarvester.class);
public static final String TAG_METHOD = "tag";
public static final String TAG_METHOD = "/tag";
public TagMeMethodInvocationHarvester(Date start, Date end) throws Exception {
super(start, end);