Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven metrics runtime Proof-of-Concept playground #344

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
use abstract classes
  • Loading branch information
eolivelli committed May 10, 2020
commit 01c1d2da6b5698fff4ce6f5db8e7498703ddfcad
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 33,7 @@
*/
@Singleton
@Named( MetricsSystem.HINT )
public class DefaultMetricsSystem implements MetricsSystem
public class DefaultMetricsSystem extends MetricsSystem
{

@Override
Expand Down