Repository: incubator-atlas Updated Branches: refs/heads/master 997abdb0a -> c6ace7afd
ATLAS-1436: added license text for the file added in the earlier commit Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/c6ace7af Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/c6ace7af Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/c6ace7af Branch: refs/heads/master Commit: c6ace7afd203fb08ce13f41bf87dca36f3117c93 Parents: 997abdb Author: Madhan Neethiraj <[email protected]> Authored: Mon Feb 13 13:00:43 2017 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Mon Feb 13 13:00:43 2017 -0800 ---------------------------------------------------------------------- .../atlas/services/MetricsServiceTest.java | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/c6ace7af/repository/src/test/java/org/apache/atlas/services/MetricsServiceTest.java ---------------------------------------------------------------------- diff --git a/repository/src/test/java/org/apache/atlas/services/MetricsServiceTest.java b/repository/src/test/java/org/apache/atlas/services/MetricsServiceTest.java index 353e106..cf85b2f 100644 --- a/repository/src/test/java/org/apache/atlas/services/MetricsServiceTest.java +++ b/repository/src/test/java/org/apache/atlas/services/MetricsServiceTest.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.atlas.services; import org.apache.atlas.model.metrics.AtlasMetrics; @@ -103,4 +120,4 @@ public class MetricsServiceTest { metricsService.getMetrics(true); verify(mockGraph, atLeastOnce()).executeGremlinScript(anyString(), anyBoolean()); } -} \ No newline at end of file +}
