From 249180d1ab8a41dcc3f6f84d23b884efe855703b Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Thu, 18 Mar 2021 22:46:34 +0100 Subject: Remove duplicate headers --- .../src/test/java/com/yahoo/vespa/curator/stats/LatencyStatsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zkfacade/src') diff --git a/zkfacade/src/test/java/com/yahoo/vespa/curator/stats/LatencyStatsTest.java b/zkfacade/src/test/java/com/yahoo/vespa/curator/stats/LatencyStatsTest.java index 3fd9e45d2ac..44d9e6e73ba 100644 --- a/zkfacade/src/test/java/com/yahoo/vespa/curator/stats/LatencyStatsTest.java +++ b/zkfacade/src/test/java/com/yahoo/vespa/curator/stats/LatencyStatsTest.java @@ -1,5 +1,5 @@ // Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -package com.yahoo.vespa.curator.stats;// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +package com.yahoo.vespa.curator.stats; import com.yahoo.vespa.curator.stats.LatencyStats.ActiveInterval; import org.junit.Test; -- cgit v1.2.3