Skip to content

Conversation

@oleksiipet
Copy link

No description provided.

import webcrawler.workers.PageLoadWorker;

public class WebCrawlerWindow extends JFrame {

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Emptiness

}
}
linksTable.setDataVector(allData, new Vector<>(List.of("URL", "Title")));
return null;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it is better to avoid returning nulls?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks you are right. This worker initially designed to return from doInBackground()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants