added class and file documentation to client class

This commit is contained in:
Aidan Hahn 2019-05-18 13:08:09 -07:00
parent 38e89d628b
commit da6aa04f45
No known key found for this signature in database
GPG key ID: 327711E983899316

View file

@ -1,3 +1,11 @@
/*
* JobServClient
*
* v1.0
*
* May 18, 2019
*/
package JobServ;
import io.grpc.ManagedChannel;
@ -9,7 +17,10 @@ import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.Scanner;
// GRPC Client Class
/*
* The JobServClient class extends the gRPC stub code
* Additionally, it plugs a command line interface into the API code.
*/
public class JobServClient {
/* The client should not use the same logging module as the server.