You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/11/18 17:09:10 UTC

svn commit: r1203711 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/ssc/CheriyanMehlhornGabow.java

Author: simonetripodi
Date: Fri Nov 18 16:09:10 2011
New Revision: 1203711

URL: http://svn.apache.org/viewvc?rev=1203711&view=rev
Log:
this class cannot be instantiated directly

Modified:
    commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/ssc/CheriyanMehlhornGabow.java

Modified: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/ssc/CheriyanMehlhornGabow.java
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/ssc/CheriyanMehlhornGabow.java?rev=1203711&r1=1203710&r2=1203711&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/ssc/CheriyanMehlhornGabow.java (original)
+++ commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/ssc/CheriyanMehlhornGabow.java Fri Nov 18 16:09:10 2011
@@ -22,6 +22,12 @@ package org.apache.commons.graph.ssc;
 public final class CheriyanMehlhornGabow
 {
 
-    // TODO
+    /**
+     * This class can not be instantiated directly.
+     */
+    private CheriyanMehlhornGabow()
+    {
+        // do nothing
+    }
 
 }