aboutsummaryrefslogtreecommitdiffstats
path: root/flags/src/test/java/com/yahoo/vespa/flags/file/FlagDbFileTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'flags/src/test/java/com/yahoo/vespa/flags/file/FlagDbFileTest.java')
-rw-r--r--flags/src/test/java/com/yahoo/vespa/flags/file/FlagDbFileTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/flags/src/test/java/com/yahoo/vespa/flags/file/FlagDbFileTest.java b/flags/src/test/java/com/yahoo/vespa/flags/file/FlagDbFileTest.java
index 884d44e12b6..8bf0014cbfe 100644
--- a/flags/src/test/java/com/yahoo/vespa/flags/file/FlagDbFileTest.java
+++ b/flags/src/test/java/com/yahoo/vespa/flags/file/FlagDbFileTest.java
@@ -1,4 +1,4 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.flags.file;
import com.yahoo.vespa.flags.FetchVector;
@@ -74,4 +74,4 @@ public class FlagDbFileTest {
public String getDbContent() {
return uncheck(() -> new String(Files.readAllBytes(flagDb.getPath()), StandardCharsets.UTF_8));
}
-} \ No newline at end of file
+}