4Science / DSpace

This repository contains the 4Science optimized DSpace & DSpace-CRIS distribution.
https://wiki.lyrasis.org/display/DSPACECRIS/
BSD 3-Clause "New" or "Revised" License
42 stars 61 forks source link

Skip processing in EmbeddablePlumXMetricProvider as soon as possible #407

Open saschaszott opened 9 months ago

saschaszott commented 9 months ago

Description

Currently, the method hasMetric in EmbeddablePlumXMetricProvider does not check the return value of isEnabled(). This PR adds this check by calling the hasMetric method of the base class.