mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:10:48 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -227,11 +227,11 @@ public class SearchResultsDialog<E extends SearchResult> extends AppDialog {
|
||||
hasBeenExpanded = tree.hasBeenExpanded(path);
|
||||
}
|
||||
bounds = getPathBounds(path, insets, boundsBuffer);
|
||||
if (bounds == null) // This will only happen if the model changes out
|
||||
// from under us (usually in another thread).
|
||||
// Swing isn't multithreaded, but I'll put this
|
||||
// check in anyway.
|
||||
{
|
||||
if (bounds == null) {
|
||||
// This will only happen if the model changes out
|
||||
// from under us (usually in another thread).
|
||||
// Swing isn't multithreaded, but I'll put this
|
||||
// check in anyway.
|
||||
return;
|
||||
}
|
||||
// See if the vertical line to the parent has been drawn.
|
||||
|
||||
Reference in New Issue
Block a user