Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for NUTCH-2092 by Sujen Shah #54

Closed
wants to merge 3 commits into from

Conversation

sujen1412
Copy link
Member

No description provided.

@@ -211,6 +211,10 @@ public boolean canStop(boolean force){
return jobs.isEmpty();
}

protected static void setPort(int port) {
NutchServer.port = port;
Copy link
Member

Choose a reason for hiding this comment

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

Formatting. 2 space indents.

Copy link
Member

Choose a reason for hiding this comment

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

Formatting

@sujen1412
Copy link
Member Author

@lewismc please have look now, I have updated as per your comments.
Thanks :)

@chrismattmann
Copy link
Contributor

@lewismc are we good here?

@lewismc
Copy link
Member

lewismc commented Sep 11, 2015

Aye. All good AFAICS. I would suggest that in the future, if people are adding tests to this new class then it should be restructured to follow typical JUnit @SetUpClass @TearDownClass, etc.
+1 to merge.

@asfgit asfgit closed this in 315d700 Sep 12, 2015
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