mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Make ObjectTransforms public
This commit is contained in:
parent
764bad342f
commit
6119ae73d1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import java.util.List;
|
|||
import java.util.Map;
|
||||
import java.util.function.Function;
|
||||
|
||||
class ObjectTransforms {
|
||||
public class ObjectTransforms {
|
||||
/**
|
||||
* A function which takes an Object and returns an Integer
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue