Skip to content

Commit 6c72925

Browse files
committed
adding license header to cached supplier
1 parent f7f5484 commit 6c72925

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/utils/CachedSupplier.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3+
* or more contributor license agreements. Licensed under the Elastic License;
4+
* you may not use this file except in compliance with the Elastic License.
5+
*/
16
package org.elasticsearch.xpack.core.ml.utils;
27

38
import java.util.function.Supplier;

0 commit comments

Comments
 (0)