Skip to content

Commit

Permalink
Method usage() should be private.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSchultz committed Jan 13, 2018
1 parent e821459 commit 8fd9294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/net/christopherschultz/ssltest/SSLTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
*/
public class SSLTest
{
public static void usage()
private static void usage()
{
System.out.println("Usage: java " + SSLTest.class + " [opts] host[:port]");
System.out.println();
Expand Down

0 comments on commit 8fd9294

Please sign in to comment.