From 9b344a9ba1f756919ddc3ff2fcab7fe51c7576bf Mon Sep 17 00:00:00 2001 From: Benjamin Reed Date: Tue, 27 Jun 2023 12:03:35 -0400 Subject: [PATCH] fix missing backtick Co-authored-by: Bonrob2 <59453630+Bonrob2@users.noreply.github.com> --- docs/modules/releasenotes/pages/whatsnew.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/releasenotes/pages/whatsnew.adoc b/docs/modules/releasenotes/pages/whatsnew.adoc index 01f550cdb89b..93041b152413 100644 --- a/docs/modules/releasenotes/pages/whatsnew.adoc +++ b/docs/modules/releasenotes/pages/whatsnew.adoc @@ -106,7 +106,7 @@ Use `org.opennms.newts.config.connections-per-host` to configure the number of c Because of an upgrade of the Dropwizard Metrics library, some JMX MBeans object names have changed. The built-in data collection configurations have been updated to use the new object names, and will continue to work as-is. If you have other collections, or you are otherwise relying on MBeans, you may need to adjust the object references there. -For example, org.opennms.newts:name=search.update` has become `org.opennms.newts:name=search.update,type=timers`, and the `type` attribute has been added to the object. +For example, `org.opennms.newts:name=search.update` has become `org.opennms.newts:name=search.update,type=timers`, and the `type` attribute has been added to the object. === Important internal updates