summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2021-03-19 07:50:14 +0100
committerGitHub <noreply@github.com>2021-03-19 07:50:14 +0100
commite28158a17857aaf1d66a6bf3c1a9078dd8a4c28a (patch)
tree1673955d3cf626921c370c8dc40bde6784a8f138 /vespajlib
parent5ee5ef5bd4d1eb0b129035800418650fb982ecfd (diff)
parent249180d1ab8a41dcc3f6f84d23b884efe855703b (diff)
Merge pull request #17052 from vespa-engine/bratseth/copyright-headers
Add copyright headers
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/test/java/com/yahoo/concurrent/CompletableFuturesTest.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/vespajlib/src/test/java/com/yahoo/concurrent/CompletableFuturesTest.java b/vespajlib/src/test/java/com/yahoo/concurrent/CompletableFuturesTest.java
index cf9c36537d9..c2e82c1085f 100644
--- a/vespajlib/src/test/java/com/yahoo/concurrent/CompletableFuturesTest.java
+++ b/vespajlib/src/test/java/com/yahoo/concurrent/CompletableFuturesTest.java
@@ -1,4 +1,5 @@
-package com.yahoo.concurrent;// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+package com.yahoo.concurrent;
import org.junit.jupiter.api.Test;
@@ -63,4 +64,4 @@ class CompletableFuturesTest {
}
}
-} \ No newline at end of file
+}