Skip to content
Snippets Groups Projects
Commit 1b400a2c authored by Brutzman, Don's avatar Brutzman, Don
Browse files

@SuppressWarnings("SleepWhileInLoop")

parent ee96be5b
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ public class TcpExample3Client
* Program invocation, execution starts here
* @param args command-line arguments
*/
@SuppressWarnings("SleepWhileInLoop") // you have been warned!
public static void main(String[] args)
{
// Local variables/fields
......
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