mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 11:12:31 +00:00
fixed some NetBeanscode hints
This commit is contained in:
@@ -165,7 +165,7 @@ public class QuickFindPanel extends JPanel implements ActionListener, jsyntaxpan
|
||||
|
||||
@Override
|
||||
public void showQuickFind(final JTextComponent t, DocumentSearchData ds) {
|
||||
dsd = new WeakReference<DocumentSearchData>(ds);
|
||||
dsd = new WeakReference<>(ds);
|
||||
oldCaretPosition = t.getCaretPosition();
|
||||
Container view = t.getParent();
|
||||
Dimension wd = getSize();
|
||||
|
||||
Reference in New Issue
Block a user