This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 2bd4060452 SonarQube bug fixes
2bd4060452 is described below
commit 2bd4060452492a3ea296207bcad72fd1a2f73334
Author: James Bognar <[email protected]>
AuthorDate: Thu Feb 5 10:18:08 2026 -0500
SonarQube bug fixes
---
.../main/java/org/apache/juneau/microservice/resources/ConfigEdit.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/juneau-microservice/juneau-microservice-core/src/main/java/org/apache/juneau/microservice/resources/ConfigEdit.html
b/juneau-microservice/juneau-microservice-core/src/main/java/org/apache/juneau/microservice/resources/ConfigEdit.html
index aa96bedebd..00c014c78b 100755
---
a/juneau-microservice/juneau-microservice-core/src/main/java/org/apache/juneau/microservice/resources/ConfigEdit.html
+++
b/juneau-microservice/juneau-microservice-core/src/main/java/org/apache/juneau/microservice/resources/ConfigEdit.html
@@ -30,7 +30,7 @@
<div class='data'>
<table>
<tr><td colspan='2' align='right'><button
type='submit'>Submit</button><button type='reset'>Reset</button></td></tr>
- <tr><th colspan='2'>Contents</th></tr>
+ <tr><th colspan='2'
scope='colgroup'>Contents</th></tr>
<tr><td colspan='2'><textarea name='contents'
rows='40' cols='120' style='white-space: pre; word-wrap: normal; overflow-x:
scroll;'>$A{contents}</textarea></td></tr>
</table>
</div>