Skip to content

Commit

Permalink
Final Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Basantloay committed Jun 8, 2021
1 parent 0de31b6 commit 3e90ce5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/company/Crawler/Crawler.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ public void parse(String args) throws IOException {

Integer i = 0;
boolean f;
synchronized(seedSetVisited) {

while (!seedSet.isEmpty() && seedSetVisited.size() <= max) {
try {
Expand Down Expand Up @@ -226,7 +225,7 @@ public void parse(String args) throws IOException {
System.out.println(Thread.currentThread().getName());
}
}
}

}


Expand Down
Binary file modified target/classes/com/company/Crawler/Crawler.class
Binary file not shown.

0 comments on commit 3e90ce5

Please sign in to comment.