Skip to content

Commit

Permalink
Bump Version in JavaDoc
Browse files Browse the repository at this point in the history
Adjusts the DataPrepper version to match the next release.

Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
  • Loading branch information
KarstenSchnitter committed Aug 29, 2023
1 parent cb66779 commit 8e88495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public Builder withSeverityNumber(final Integer severityNumber) {
*
* @param severityText sets the severity text of this log event
* @return the builder
* @since 2.4
* @since 2.5
*/
public Builder withSeverityText(final String severityText) {
data.put(SEVERITY_TEXT_KEY, severityText);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public interface OpenTelemetryLog extends Log {
* Gets the severity text of this log event.
*
* @return the severity number encoded as Integer
* @since 2.4
* @since 2.5
*/
String getSeverityText();

Expand Down

0 comments on commit 8e88495

Please sign in to comment.