mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Ficed typo
This commit is contained in:
parent
00a863b643
commit
7f1a19e39b
@ -654,7 +654,7 @@ public class DataResultPanel extends javax.swing.JPanel implements DataResult, C
|
|||||||
*/
|
*/
|
||||||
if (waitingForData && containsReal(delta)) {
|
if (waitingForData && containsReal(delta)) {
|
||||||
/* NOTE: setting waitingForData to false will result in tabs not
|
/* NOTE: setting waitingForData to false will result in tabs not
|
||||||
being updated as more data gets added. This included the counter
|
being updated as more data gets added. This includes the counter
|
||||||
for number of items being displayed */
|
for number of items being displayed */
|
||||||
// waitingForData = false;
|
// waitingForData = false;
|
||||||
if (SwingUtilities.isEventDispatchThread()) {
|
if (SwingUtilities.isEventDispatchThread()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user