Author: simonetripodi
Date: Sat Jun 11 17:48:15 2011
New Revision: 1134710
URL: http://svn.apache.org/viewvc?rev=1134710&view=rev
Log:
minor code format
Modified:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/exception/GraphException.java
Modified:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/exception/GraphException.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/exception/GraphException.java?rev=1134710&r1=1134709&r2=1134710&view=diff
==============================================================================
---
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/exception/GraphException.java
(original)
+++
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/exception/GraphException.java
Sat Jun 11 17:48:15 2011
@@ -23,7 +23,8 @@ package org.apache.commons.graph.excepti
/**
* GraphException This is the superclass of all exceptions that can be thrown.
*/
-public class GraphException extends RuntimeException
+public class GraphException
+ extends RuntimeException
{
private static final long serialVersionUID = 6356965258279945475L;