Checkstyle upgrade (#1340)

* Missing files from mp1 integration test.

* Upgrade checkstyle to 8.29 and update plugin + fix issues.
This commit is contained in:
Tomas Langer
2020-02-04 11:40:16 +01:00
committed by GitHub
parent e25fdd4774
commit bdcc64eb77
19 changed files with 81 additions and 59 deletions

View File

@@ -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}.