Skip to content

Commit

Permalink
Fix sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Apr 28, 2024
1 parent b3a7dc8 commit aac7469
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/java/x1/stomp/model/JaxbSupport.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* copied from jakarta.ws.rs.core where this is deprecated
*/
public final class JaxbSupport {
private JaxbSupport() {}

public static class JaxbLink {

private URI uri;
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ code {
display: block;
overflow: auto;
font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
/* white-space: pre; */
background: #FAFAFA;
border: 1px solid #f2f2f2;
border-left: 3px solid #72A545;
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ <h1>Debug console</h1>
<div class="post">
<h1><a id="quotes">Quotes</a></h1>
<table style="width: 95%">
<caption>Current share quotes</caption>
<thead>
<tr>
<th>Share</th>
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/stompws.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h1>Debug console</h1>
<div class="post">
<h1><a id="quotes">Quotes</a></h1>
<table style="width: 95%">
<caption>Current share quotes</caption>
<thead>
<tr>
<th>Share</th>
Expand Down

0 comments on commit aac7469

Please sign in to comment.