Fixes JDK13's javadoc build failure

Fixes #11642
This commit is contained in:
andsel 2020-02-28 15:57:00 +01:00 committed by Andrea Selva
parent b3c85356b0
commit 1ce7e6915b
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ import java.util.stream.Collectors;
import java.util.stream.Stream;
/**
* <h3>Compiled Logstash Pipeline Configuration.</h3>
* <h2>Compiled Logstash Pipeline Configuration.</h2>
* This class represents an executable pipeline, compiled from the configured topology that is
* learnt from {@link PipelineIR}.
* Each compiled pipeline consists in graph of {@link Dataset} that represent either a

View file

@ -51,7 +51,7 @@ public interface EventCondition {
boolean fulfilled(JrubyEventExtLibrary.RubyEvent event);
/**
* <h3>EventCondition Compiler.</h3>
* <h2>EventCondition Compiler.</h2>
* Compiles {@link BooleanExpression} into {@link EventCondition} globally ensuring that no
* duplicate {@link EventCondition} are generated by strict synchronization on the internal
* compiler cache {@link EventCondition.Compiler#cache}.