summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/schema/derived/Derived.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2023-03-22 23:34:53 +0100
committerGitHub <noreply@github.com>2023-03-22 23:34:53 +0100
commita9a6d2275c49f5690791cbb50648589ea800a146 (patch)
tree79ebd0a3bf9f2944b3bb2c26153e3df4021461ae /config-model/src/main/java/com/yahoo/schema/derived/Derived.java
parente260f413fe355b0ddb39a86a77f49accc5e738b6 (diff)
parenta06c1cf91899f5da327c408c61c798ffddfd32da (diff)
Merge pull request #26537 from vespa-engine/arnej/add-stateless-settings-in-schemav8.144.19
Arnej/add stateless settings in schema
Diffstat (limited to 'config-model/src/main/java/com/yahoo/schema/derived/Derived.java')
-rw-r--r--config-model/src/main/java/com/yahoo/schema/derived/Derived.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/schema/derived/Derived.java b/config-model/src/main/java/com/yahoo/schema/derived/Derived.java
index 9943a02a2f2..e8b12f22b20 100644
--- a/config-model/src/main/java/com/yahoo/schema/derived/Derived.java
+++ b/config-model/src/main/java/com/yahoo/schema/derived/Derived.java
@@ -95,7 +95,7 @@ public abstract class Derived implements Exportable {
* @param toDirectory the directory to export to, or null
*
*/
- public final void export(String toDirectory) throws IOException {
+ public void export(String toDirectory) throws IOException {
Writer writer = null;
try {
String fileName = getDerivedName() + ".cfg";