[java-metadata-aggregator COMMIT] /trunk/aggregator-cli/src/main/java/net/shibboleth/metadata/cli/SimpleCommandLine.java

noreply at shibboleth.net noreply at shibboleth.net
Mon Sep 16 05:39:13 EDT 2013


Author: iay
Date: Mon Sep 16 05:39:13 2013
New Revision: 251

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=251&view=rev
Log:
Checkstyle nits.

Modified:
    trunk/aggregator-cli/src/main/java/net/shibboleth/metadata/cli/SimpleCommandLine.java

Modified: trunk/aggregator-cli/src/main/java/net/shibboleth/metadata/cli/SimpleCommandLine.java
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-cli/src/main/java/net/shibboleth/metadata/cli/SimpleCommandLine.java?rev=251&r1=250&r2=251&view=diff
==============================================================================
--- trunk/aggregator-cli/src/main/java/net/shibboleth/metadata/cli/SimpleCommandLine.java (original)
+++ trunk/aggregator-cli/src/main/java/net/shibboleth/metadata/cli/SimpleCommandLine.java Mon Sep 16 05:39:13 2013
@@ -43,7 +43,7 @@
  * This CLI is not terribly robust nor does it really offer much in the way of features. It's mostly meant for testing
  * purposes and will be replaced before the 1.0 release of the software.
  */
-public class SimpleCommandLine {
+public final class SimpleCommandLine {
 
     /** Return code indicating command completed successfully, {@value} . */
     public static final int RC_OK = 0;
@@ -60,6 +60,11 @@
     /** Class logger. */
     private static Logger log;
 
+    /** Constructor. */
+    private SimpleCommandLine() {
+        
+    }
+    
     /**
      * Main method.
      * 



More information about the commits mailing list