Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mkoscher
CC Assignmen 1
Commits
6a548133
Commit
6a548133
authored
Apr 13, 2021
by
mirako
Browse files
Method should not be static
parent
df5d4e52
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/test/java/CrawlerTest.java
View file @
6a548133
...
...
@@ -42,7 +42,7 @@ public class CrawlerTest {
}
@AfterEach
public
static
void
tearDown
(){
public
void
tearDown
(){
crawler1
=
null
;
crawler2
=
null
;
report1
=
null
;
...
...
target/classes/Crawler.class
View file @
6a548133
No preview for this file type
target/classes/Main.class
View file @
6a548133
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment