Skip to content
Snippets Groups Projects
Commit bae4ca3b authored by Karthik's avatar Karthik Committed by Josh Rosen
Browse files

Update JavaCustomReceiver.java

Changed the usage string to correctly reflect the file name.

Author: Karthik <karthik.gomadam@gmail.com>

Closes #2699 from namelessnerd/patch-1 and squashes the following commits:

8570e33 [Karthik] Update JavaCustomReceiver.java
parent 6bb56fae
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ public class JavaCustomReceiver extends Receiver<String> {
public static void main(String[] args) {
if (args.length < 2) {
System.err.println("Usage: JavaNetworkWordCount <hostname> <port>");
System.err.println("Usage: JavaCustomReceiver <hostname> <port>");
System.exit(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment