diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Bavlsik/BavlsikClient.java b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Bavlsik/BavlsikClient.java index 94fdb5e9a4f38266a166be160b3ac3a896fe3143..100cdc5c6808192d1c69c9f3a1f2eefdebd2ff65 100644 --- a/assignments/src/MV3500Cohort2024JulySeptember/homework2/Bavlsik/BavlsikClient.java +++ b/assignments/src/MV3500Cohort2024JulySeptember/homework2/Bavlsik/BavlsikClient.java @@ -8,7 +8,9 @@ import java.net.Socket; import java.util.Scanner; /** - * + * This client attempts to connect to a desired server. If the client is unable + * to connect then it exits the program. Enter 'quit' to the command line at any + * time to exit. * @author tbavlsik */ public class BavlsikClient {