cid#1448376 SIC: Inner class could be made static
Change-Id: Id9923031c1fe91ba71dfe8d68cbe23b72e9637b5 Reviewed-on: https://gerrit.libreoffice.org/76143 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
7d7ec597da
commit
cb1c937ef6
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ public class ScriptEditorForBeanShell implements ScriptEditor, ActionListener {
|
|||
}
|
||||
|
||||
// Wraps long error messages
|
||||
class NarrowOptionPane extends JOptionPane {
|
||||
private static class NarrowOptionPane extends JOptionPane {
|
||||
private static final long serialVersionUID = 1L;
|
||||
public int getMaxCharactersPerLineCount() {
|
||||
return 100;
|
||||
|
|
Loading…
Reference in a new issue