Repository: polygene-java Updated Branches: refs/heads/develop 50bd2c930 -> 0bcde3dbe
Make the Rat⢠happy Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/0bcde3db Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/0bcde3db Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/0bcde3db Branch: refs/heads/develop Commit: 0bcde3dbed9404de7fb102dd248f0545c8fa4a81 Parents: 50bd2c9 Author: Paul Merlin <[email protected]> Authored: Sat May 27 12:41:42 2017 +0200 Committer: Paul Merlin <[email protected]> Committed: Sat May 27 12:41:42 2017 +0200 ---------------------------------------------------------------------- .../defaults/DefaultMetricsProviderAssembler.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/0bcde3db/core/bootstrap/src/main/java/org/apache/polygene/bootstrap/defaults/DefaultMetricsProviderAssembler.java ---------------------------------------------------------------------- diff --git a/core/bootstrap/src/main/java/org/apache/polygene/bootstrap/defaults/DefaultMetricsProviderAssembler.java b/core/bootstrap/src/main/java/org/apache/polygene/bootstrap/defaults/DefaultMetricsProviderAssembler.java index 715cdc4..e20f190 100644 --- a/core/bootstrap/src/main/java/org/apache/polygene/bootstrap/defaults/DefaultMetricsProviderAssembler.java +++ b/core/bootstrap/src/main/java/org/apache/polygene/bootstrap/defaults/DefaultMetricsProviderAssembler.java @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.polygene.bootstrap.defaults; import org.apache.polygene.api.metrics.MetricsProvider;
