Skip to content

Commit

Permalink
sonarqube fixes. issue #2018
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Sep 14, 2023
1 parent 1138720 commit bd7aa8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ public CalloutPanelComponent(List<AppUserBean> principals, String ownPrincipal,

this.principals = principals;
this.ownPrincipal=ownPrincipal;
this.ownMessage=ownMessage;
this.setMessage(im);

this.setPreferredSize(new Dimension(250, 70)); // Adjust size as needed´
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,6 @@ public MessengerTestFrame() {
pnlMessages.add(new MessagePanel(principals, "Hausmeister Krause", false, im2));


// pnlMessages.add(new MessagePanel(principals, "Hausmeister Krause", false, "Hi @Jens, Roger!", false));
// pnlMessages.add(new JLabel("test"));
// pnlMessages.add(new MessagePanel(principals, "Hausmeister Krause", false, "Brauche dazu den Vertragsentwurf von Dir...", false));
// pnlMessages.add(new MessagePanel(principals, "Hausmeister Krause", true, "Kommt in Kürze. Herr Müller meinte, er müsse erst noch die Unterlagen der Versicherung beschaffen.", true));
}

/**
Expand Down

0 comments on commit bd7aa8f

Please sign in to comment.