mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
Checkstyle upgrade (#1340)
* Missing files from mp1 integration test. * Upgrade checkstyle to 8.29 and update plugin + fix issues.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2020 Oracle and/or its affiliates.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -209,7 +209,8 @@ public final class PrometheusSupport implements Service {
|
||||
private CollectorRegistry registry = CollectorRegistry.defaultRegistry;
|
||||
private String path;
|
||||
|
||||
private Builder() {}
|
||||
private Builder() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets collector registry to use, default is {@link CollectorRegistry#defaultRegistry}.
|
||||
|
||||
Reference in New Issue
Block a user