Skip to content

Commit 7fcf380

Browse files
committed
Fixed formatting
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent dcd05a3 commit 7fcf380

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

collector/src/main/java/io/prometheus/jmx/JmxScraper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ private void scrapeBean(MBeanServerConnection beanConn, ObjectName mBeanName) {
213213
}
214214

215215
for (Object object : attributes) {
216-
// The contents of an AttributeList should all be Attribute instances, but we'll verify that.
216+
// The contents of an AttributeList should all be Attribute instances, but we'll verify
217+
// that.
217218
if (object instanceof Attribute) {
218219
Attribute attribute = (Attribute) object;
219220
String attributeName = attribute.getName();

0 commit comments

Comments
 (0)